Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

The domain of the function sqrt(16 - x^2) is -4 < (or equal to) x < (or equal to) 4, but how would I go about finding the domain in Maple? Thanks!

Maybe many questions on forum because method is not universal. What about this one:

JA1S := (2*sqrt(2*y+3)*y+3*sqrt(2*y+3)-3*sqrt(3))/((2*y+3)^(3/2)*y);

 

simplify(JA1S, power, radical, symbolic); - nothing

combine(JA1S, power, radical, symbolic); - nothing

 

Moreover, can i somehow also reduce by y?

I would like to know how does Maple evaluate a geometric functions with evalf.

e.g.

evalf(sin(Pi/12));

                          0.2588190451

What method is used? I think about Taylor approximation, is it good idea? If not, I need to compare it with Taylor approximation.

GAL := 3*sqrt(6)/((2*x^2+3)*sqrt(4*x^2+6));

simplify(GAL) and combine(GAL,power)

have same result.

How to make them return

3*sqrt(3)/(2*x^2+3)^(3/2) ?

I'm trying to set up a "while" loop involving Newton's Method without using the Newton command. I'm leaving something out since the loop values aren't changing. This is what I have so far:

 

Error:=1;

x:='x';

DesiredError:=1.10^-30; (this is my error tolerance)

x_(1):=1.5; (this is my initial guess)

for n from 1 to 20 while (Error>DesiredError) do

 x_(n+1)=x_(n)-(p(x_(n))/p'(x_(n))):

 evalf(%):

hey all,

does somebody know how to make a relay with hysteresis? like this :http://en.wikipedia.org/wiki/Preisach_model_of_hysteresis

you somehow have to know from which side x is comming from, memory?

i've someting in a piecewise format, but de hysteresis is not working, becaus i don't know how to detect where x is comming from (from the right or the left)

 

 

I want to write this down in the maple:

V is a vector field namely(in cartesian coordinates) V:=VectorField(<u(x,y,z),v(x,y,z),w(x,y,z)>)

Now I want to make a vector like this:

(V.Del)V

which if write into components will be:

u*(diff(u, x))+v*(diff(u, y))+w*(diff(u, z))

Hi there,

I am using the bodeplot function to plot three transfer functions, and for this I need to specify each one with a different color set. I can use the color="blue", but that assigns all the transfer functions to blue. How can I differiante between them?

Impedance_plots_afte.mw

 

 

 

 

 

I have data organized in a Matrix from which I want to select a sample based on a certain (simple) criterion, e.g. no cell in the first column to be negative.

I was quickly able to find a way to do it, inspired by a method Preben Alsholm used in a recent mapleprimes post.

But, I wondered, is that the most natural approach? So I quickly found another approach and compared them.

Any other suggestions welcome. Particularly methods that could...

Hello,

I am very new to maple. I am trying to determine x, y, z and the intersection the following tori:

((x * cosθ j+ y * sinθj -r)2 + (x * sinθj - y * cosθj -r)2 + z2 + a2 - b2 )2 - 4 * a2 * ((x * cosθ j+ y * sinθj -r)2 + z2) <= 0

for j = 1,2,3.

Hi

I try to solve following equation with the "solve" command, but an error "Warning, solutions may have been lost" is appered. tell me how can I solve this problem.

tnx

solve(-2.711505682*x-7.65*ln(3-x)-3/8*x^3+8.422482772=0 , x); 

Dear Primers

I have an exponantial equation of the form below:

eq161 := 1/2*alpha^4*(-2*exp(-1+1/2*(4*alpha^2+1)^(1/2)+1/2*(-4*alpha^2+1)^(1/2))*(4*alpha^2+1)^(1/2)+2*exp(-1+1/2*(4*alpha^2+1)^(1/2)-1/2*(-4*alpha^2+1)^(1/2))*(4*alpha^2+1)^(1/2)-2*exp(-1+1/2*(4*alpha^2+1)^(1/2)-1/2*(-4*alpha^2+1)^(1/2))*(-4*alpha^2+1)^(1/2)+2*exp(-1-1/2*(-4*alpha^2+1)^(1/2)-1/2*(4*alpha^2+1)^(1/2))*(-4*alpha^2+1)^(1/2)+2*exp(-1+1/2*(-4*alpha^2+1)^(1/2)-1/2*(4*alpha^2+1)^(1/2)...

I have been trying to obtain a 3D plot of f9x,y)=(x+y)e^(-x^2-y^2) and it keeps outputting  "warning unable to find numerical values for the in the region....blah blah blah"

Here is my call sequence


> plot3d((x+y)*e^(-x^2-y^2), x = -1.7 .. 1.7, y = -1.7 .. 1.7);
Warning, unable to evaluate the function to numeric values in the region; see the plotting command's help page to ensure the calling sequence is correct

Anyone know what to do? ...

Can I install both 32 and 64 bit version on one PC? (64 bit in Program Files and 32 bit in Program Files (x86))?

If so, does it mean  I will need to use a second license? Not a problem, my Office version is 32 bt and have Maple 64 bit installed and I want to use Excel.

That is, something that will plot a bunch of rectangular boxes in 3d, instead of a bunch of rectangles in 2d.  Thank you.

First 1642 1643 1644 1645 1646 1647 1648 Last Page 1644 of 2224