MaplePrimes Questions

Good afternoon Sir.

 

I request you to help me out in writing Maple procedures to execute, Numerical methods such as

  1. Bisection ethod
  2. False position method
  3. Fixed point iteration
  4. Newto-Raphson method
  5. Generalized Newton's method
  6. Mullers method
  7. Graffe's method.

 

With thanks & regards

 

M.Anand

My attempt:

RealDomain[solve]({x^2+y^2+z^2 = 3, x+y+z = 3}, {x,y,z});

             {x = -RootOf(_Z^2+(z-3)*_Z+z^2-3*z+3)-z+3, y = RootOf(_Z^2+(z-3)*_Z+z^2-3*z+3), z = z}

 

In fact, the system in the real domain has a unique solution x = 1, y = 1, z = 1. It is easy to find by hand, noting that the plane  x + y + z = 3  is tangent to the sphere  

Running Maple 14. When I try to "export" a worksheet to latex I receive "Unable to export expression to LaTeX. Ensure that the Adobe Font metric filesare located in Maple's AFM subdirectory"where can I find those font metric files? An internet search gives very complex pages full of information about fonts etc. Is there some simple way to do this? thanks, Greg.

Hi guys,

I would like to solve a system of equations and inequalities with symbolic parameters (D, E, M, N, O, P, Q, R, S, T, U, V, W, X, Y, Z) for several variables (a, b, c, d, e, f, i, j, l, m, n, p, q, r, s, t, u, v).

Unfortunately the command below does not work. I get the message "Warning, solutions may have been lost".

"Solve({ l-u=0, m-v=0, n-u=0, p-v=0, Y+q-u=0, Y+r-v=0, Z+s-u=0, Z+t-v=0, (a-P*M)*l=0, (b-Q*M...

I have a maple classic code. at the end I convert a parametric matrix to fortran77 code. in optimized mode

now I need to edit the Fortran77 code to Fortran90. for this job I have another code to do that.

but how should I write the codegen output to a test file?

x0 := 3*u+2*v+w-10;

x1 := 4*u+3*v+w-12;

Hi, friends:

 

Having an expression like this:

ee:=(c^2+a^2-b^2)*(a^2-c^2)^3*(a^2+c^2)^3;

 

What is the right way to get:

ee:=(c^2+a^2-b^2)*(a^4-c^4)^3 ?

 

I have tried:

ee:=applyrule((X::algebraic^k::integer + Y::algebraic^k::integer)^n::integer *
                     (X::algebraic^k::integer - Y::algebraic^k::integer)^n::integer = (X^(2*k)+Y(2*k))^n, ee) 

Hey everyone. Another question. I am getting a bug I have never gotten before - it's really bizarre. I have a sheet that works perfectly fine. All the functions are defined normally and they work properly. Then, when I get to the bottom of the sheet and try to define

> pathZ(r,theta):=(1- Heaviside(theta-Pi/(12)))*centralR*theta+Heaviside(theta-Pi/(12))*(centralR*Pi)/(12);

I get nothing being defined. I press enter while at that line and then it just goes...

How can I use maple to generate the taylor series of y(x+h). I used the syntax taylor(y(x+h), x=0) but it gave the result

Replace each letter in the following multiply by a digit from 0 to 9 in such a way that the multiply  is correct.

HUNSEN*3=STRONG

Hello, everyone. I have been messed up by a system of 50 nonlinear parametric equations with 50 unknowns(see the code in the file named nonlinear ). Since I am new to Maple, I don't know whether it is possible to make such a system work out by software. I've tried the SOLVE and FSOLVE command but get no result. Are there any other ways or toolbox for such kind of systems? Is there any typing wrongs in my code? I am sincerely looking forward to  receive any ideas...

c := -x2^3+x1^3+x0*x1^2;

subs(x0 = a1*u+a2*v, subs(x1 = a3*u+a4*v, subs(x2 = a5*u+a6*v, c)))

match(-x2^3+x1^3+x0*x1^2 = -(a5*u+a6*v)^3+(a3*u+a4*v)^3+(a1*u+a2*v)*(a3*u+a4*v)^2, {x0, x1, x2}, 's');


how to find a1,a2,...a6

Can Maple preserve at least some of  indicated formatting on the attached worksheet slides.mw?

The accented characters  ő, ű from the text eg., are missing. 

A "simple hack":

Export to RTF -> load into MS Word -> export to PDF

But what about line and page breaks, headers and footers, hyperlinks, etc?

Sometimes it's an overkill to copy and paste Maple input and...

Good morning Professor,

I request you to help me How to set single precision arithmetic in Maple?

because, it is needed for some of the problems in finding iterative solutions by using Gauss elimination, conjugate gradient method, etc in Numerical Analysis.

 

With thanks & regards

 

M.Anand

My math professor recently assigned this problem on maple. this is my first time using it, ive emailed her about the question and she is not much help. could somone work it out on maple and post a screenshot of it? or a pdf file? it would be very helpful since i have more quesitons like this i could use it as a reference. Now the problem:

The point(0.5,0) lies of the curve y=cos(Pi*x)

a) If Q is the point (x,cos(Pi*x)), use your calculator to find the slope of the secant line PQ...

First 1536 1537 1538 1539 1540 1541 1542 Last Page 1538 of 2429