Interpolatingfunction : Visualization'Core'Plot3D::Optrs

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Solve[t^5+t^2+3==0,t]

{{t->Root[3+#12+#15&,1]},{t->Root[3+#12+#15&,2]},{t->Root[3+#12+#15&,3]},{t>Root[3+#12+#15&,4]},{t->Root[3+#12+#15&,5]}}
Series[f[x],{x,0,4}]
f[0]+f[0] x+1/2 f[0] x2+1/6 f(3)[0] x3+1/24 f(4)[0] x4+O[x]5
Series[Exp[x],{x,0,4}]
1+x+x2/2+x3/6+x4/24+O[x]5
LaplaceTransform[Cos[t],t,s]
s/(1+s2)
LaplaceTransform[Cos[2t]*Exp[2t],t,s]
(-2+s)/(4+(-2+s)2)
DSolve[ t u t +2u[t]==0,u,t]
{{u->Function[{t},E-2 t C[1]]}}
DSolve[y'''''[x]+k^2y[x]==0,y,x]
{{y->Function[{x},
k2 5 x

1 2 5 k2 5 x

C[1]+

1 4 5 k2 5 x

C[2]+

1 1 5 k2 5 x

C[3]+

1 3 5 k2 5 x

C[4]+

C[5]]}}
{{y->Function[{x},C[1] Cos[k x]+C[2] Sin[k x]]}}
{{y->Function[{x},C[1] Cos[k x]+C[2] Sin[k x]]}}
Solve[x^3+x^2-1==0,x]
{{x->1/3 (-1+(25/2-(3 6 9 )/2)1/3+(1/2 (25+3 6 9 ))1/3)},{x->-(1/3)-1/6 (1+I 3 ) (25/2-(3 6 9
)/2)1/3-1/6 (1-I 3 ) (1/2 (25+3 6 9 ))1/3},{x->-(1/3)-1/6 (1-I 3 ) (25/2-(3 6 9 )/2)1/3-1/6 (1+I
3 ) (1/2 (25+3 6 9 ))1/3}}
NSolve[x^3+x^2-1==0,x]
{{x->-0.877439-0.744862 I},{x->-0.877439+0.744862 I},{x->0.754878}}
NIntegrate[x^3*Exp[-x^4],{x,0,}]
0.25
NDSolve[{y''[t]-y[t]^2+2y[t]==0,y[0]==0,y'[0]==1/2},y[t],{t,0,10}]

{{y[t]->InterpolatingFunction[
][t]}}
Plot3D[Sin[x]Cos[y],{x,-,},{y,-,}ssAxesLabel->{"x","Sin[x]","Cos[y]"}]
Visualization`Core`Plot3D::optrs: Option specification {y,-,} AxesLabel->{x,Sin[x],Cos[y]}
in Visualization`Core`Plot3D[System`ProtoPlotDump`functions$23019,{x,-,},Mesh>15,Exclusions->Automatic,PlotPoints->15,<<12>>,FaceGridsStyle->Automatic,FillingStyle->
,MeshStyle-> ,Method->{DefaultBoundaryStyle->Directive[ ],MessagesHead>Plot3D,LegendsFunction->Automatic}] is not a rule for a symbol or string. >>
Plot3D[Sin[x] Cos[y],{x,-,},{y,-,} AxesLabel->{x,Sin[x],Cos[y]}]
ParametricPlot[{2Sin[t],5Cos[t],t,Hue[1.8]},{t,0,4},Axes -> False]

ParametricPlot3D[{Sin[u],Cos[u],u/10},{u,0,20}]
0 .0

1 .0
0 .5
0 .0

0 .5

1 .0

1 .5

2 .0
1 .0
0 .5
0 .0
0 .5
1 .0

ContourPlot[x^2+y^2==4,{x,-2,2}]
ContourPlot[x2+y2==4,{x,-2,2},{y,-2,2}]

0 .5
1 .0

2
2

ContourPlot[{(x^2+y^2)2==x2-y2,(x^2+y^2)2==2 x y},{x,-1,1},{y,-1,1},ContourStyle>{GrayLevel[0],Dashing[{.03}]}]

You might also like