In[]:=
Coefficient[(x+1)^3,x,2]
Out[]=
3
In[]:=
SSSTriangle[3,4,5]
Out[]=
Triangle{0,0},{5,0},,
16
5
12
5
In[]:=
AreaTriangle{0,0},{5,0},,
16
5
12
5
Out[]=
6
In[]:=
IntegerDigits[6,2]
Out[]=
{1,1,0}
In[]:=
Graphics[SSSTriangle[3,4,5]]
Out[]=
Out[]=
In[]:=
ShowGraphicsTriangle{0,0},{5,0},,,{ImageSizeSmall},BackgroundRGBColor[0.97,0.93,0.68]
16
5
12
5
Out[]=
In[]:=
plot3x^6-5x^4+2x^3-20x^2and10x^2-4from-2to2
Out[]=
-4from-4to+2-5-200and+3plot
3
x
4
x
4
x
6
x
In[]:=
Manipulate[Plot[-4from-4to+2-5-200and+3plot,{x,-8,8}],{and,-8,8},{from,-2,2},{plot,-2,2},{to,-2,2}]
3
x
4
x
4
x
6
x
Out[]=