Good morning,
I have the following question. I write the following command
t1 := taylor( sin(x), x=0, 6);
How may I plot "t1" excluding the term O(x^6)?
plot( t1, x=-3..3) does not work -probably- because O(x^6).
Thanks in advance,
JJ
I want to maximize x*y*z subject to U= (10-x)*(10-y)*(10-z). My Lagrangian function is: L:= x*y*z + lambda* (U - (10-x)*(10-y)*(10-z)); # (I assume that values of x,y,z are between 0 and 10) assume(x>0,x
1 2 3 4 5 6 | Page 1 of 6 |