assma

75 Reputation

5 Badges

6 years, 322 days

MaplePrimes Activity


These are questions asked by assma

how can i determain the drawing dimensions ( length and width), if i want to draw two graphs of the same dimensions?

How can find maximum and minimum values of function f(x,y) and location?

f(x,y):=cos(x*y)*(x^2+y^2)^0.5   from x=0..1,y=0..1

how save data as table or file? such as this data aa.mw
 

 

 

f := proc (y) options operator, arrow; -(1-tanh(y-.25)^2)^2+2*tanh(y-.25)^2*(1-tanh(y-.25)^2) end proc;
g := proc (y) options operator, arrow; (2*cosh(y-.25)^2-3)/cosh(y-.25)^4 end proc;

f(10);
                                      -8
                        2.719999946 10  
g(10);
                                      -8
                        2.718614181 10  

g(y) is simplify (f(y)), but f(10) is not equal g(10), why?

restart;

u1 := proc (x, y) options operator, arrow; 1-e^(a*x)*cos(2*Pi*y) end proc;
a := -.39323780;
evalf(int(int(u1(x, y)^2, y = -.5 .. 1.5), x = -.5 .. 1.5));
             1             /                  /          5 
  ------------------------ \0.000002034392421 \6.25000 10  
         (5898567/5000000)                                 
  ln(e) e                                                  

     (1966189/1250000)              6        (5898567/5000000)
    e                  + 1.966189 10  ln(e) e                 

                 5\\
     - 6.25000 10 //

I need help me , how can find this integral as simple number?

1 2 3 4 5 6 7 Page 3 of 7