Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

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.

Download problem_for.mw

I use some codes to find the coefficients of given functional expressions. But in the procedure of operation, "Error, invalid 'if' statement" is showed. How can I do to solve the error?
If this structure of code can't find the coefficients, how to get the coefficients?

P.S. the coefficients of given functional expressions like this:

given Ex:=a*x+b*y-d*z+e*y-f*x-m*z,

We are looking for someone that can develop some maple scripts for us. Must have some chemical engineering knowledge.

contact us: smne33@hotmail.com

 

regards.

When using the command "for", the results are placed in a column,such as if we input
for i from 1 to 3 do  i end do, the results are showed as

1

2

3.

This style is not convient to use for following computation. So how to put all results into a list or set ?

Can anybody explain why the same dsolve-command gives the correct results in Maple 13 and an unexpected complex result in Maple 15?:

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