read `PureRec.txt`: ra:=rand(-100..100): print(`The following are three random examples of pure scheme of the Taylor coefficients of functions with three variables`): for i from 1 to 3 do R:=1/(1+ra()*x[1]+ra()*x[2]+ra()*x[3]+ra()*x[1]*x[2]+ra()*x[1]*x[3]+ra()*x[2]*x[3])^(1/5): print(``): print(`---------------------------`): print(``): SchemeV(R,3,x): od: quit: