Since 5/22/2012 6:37:55 PM, I.Nakhova has written 0 articles and participated in 0 conversations. I.Nakhova signature: I.Nakhova
I.Nakhova's articles:
Items(2) /1
how to change arguments of standard functions ?228 (12/11/2003 10:37:44 AM) comp.soft-sys.math.mathematica Dear group,
I need to implement the following function
trans[pol_]:=If[PolynomialQ[pol,t],PolynomialQuotient[pol,t+t1,t]
(t+t1)+PolynomialRemainder[pol,t+t1,t],pol]
to expressions like Sin[pol] + Co... Nakhova
plot1 and plot2235 (6/28/2003 7:25:28 AM) comp.soft-sys.math.mathematica Hi,
I need to show plot1 and plot2, which were built by the following way :
Needs["ExtendGraphics`SurfaceGraphics3D`"]
data1={{0.0,0.0,0.0},{1.0,0.0,1.0},{2.0,0.0,2.0},{3.0,3.0,3.0}};
data2={{0.0,0.0,0.0},{... Nakhova