Exercises
Decide what you would need to enter in Maple to produce the given expression.
-
x+y/z
-
(x*y)^x
-
x^x-y -z/a
Comment: The right arrow is used to exit the superscript so that the equation can be finished correctly.
-
(x+sqrt(y))/z
Comment: sqrt becomes the square root symbol and the parenthesis disappear when this expression is evaluated in Maple
-
Resistors in parallel
R_Parallel :=(R_1 *R_2 )/R_1 +R_2
Comment: The right arrow is used to exit the subscript caused by the underscore so that the equation can be finished correctly.
-
Planck's Radiation Law
Rad:=(2*pi*c^2 *h)/lambda^5 *(exp((hc)/lambda*k*T )-1)
Comment: The right arrow is used to exit the subscripts and the denominators so that the equation can be finished correctly. Greek letters replace their names that you enter.
-
Impact parameter
b:=(Z_1 *Z_2 *exp(2))/8*pi*epsilon_0 *K *cot(theta/2)
Comment: The right arrow is used to exit the subscripts and denominators so that the equation can be finished correctly.