MaplePrimes Questions

i interpolate data and result in 96 equations

and then solve them and saved their roots into Vector roo, each of roo has 3 roots

and would like to animate first root of 96 equations, second root of 96 equations to see how roots move 

however meet difficulty when animate, how to animate this

moreover, is it possible to slow down the anime when playing it

> roo; Vector(4, {(1) = ` 1 .. 99 `*Vector[column], (2) = `Data Type: `*anything, (3...

> rtable_num_elems(FindRepetitions([1, 2, 1]));

Error, rtable expected

> rtable_num_elems(convert(FindRepetitions([1, 2, 1]),list));

hope to use if statement to check if number of repetition great than 0 then set true

Hello,

This method works in 2d... but in 3d I get a HFloat undefined output when I try and substitute the actual values in to the function. If anyone could have look through the programming and see why this is, it would be really helpful!

Thanks,

Rach:)

The_Whole_Program_I.mw

1. which command can check the result of solve command has repeated roots?

2. which command can check the result of solve command has zero roots? is it only find whether contains zero in the list? which command is to check contains zero in the result in solve

     Many times when I use dsolve to find the solution of an equation like x-y/y' = y , I get a term involving the LambertW function.  However, the equation has homogeneous coefficients for dx and dy, so it can easily be solved by substituting y=u*x and separating the variables.  The closed form solution of the above is x+y*ln(y)+c*y = 0 , but I cannot get that answer from Maple.  Is there...

I need to solve the following equation:

>restart;
>z := a+b*y*conjugate(y) = 0;

where y*conjugate(y) is unknown. How to solve it or how to eliminate y*conjugate(y) from the equation?

Thank you.

In the "solve" expression below, I am puzzled why the Maple solution has the natural log argument

((Voh-Vthl) / (Voh-Vtlh)

rather than

((Vthl-Voh) / (Vtlh-Voh)

as I would have expected;

solve(Vthl = Voh + (Vtlh - Voh) * exp-(t / t1), t)

?

Thank you

I need to graph x^3-xy+y^3=7 and y=-11(x-2)-1 on the same graph.

http://www.maplesoft.com/support/help/Maple/view.aspx?path=VectorCalculus/Divergence 

 

with(VectorCalculus):

SetCoordinate(cartesian[x, y, z]);

F := VectorField(<x^2,y^2,z^2>);

Divergence(F);


Error, (in VectorCalculus:-VectorField) no coordinate names were given

Error, (in Vector) dimension parameter is required for this form of initializer

Hi, was wondering if any of you could help me, when I try and find the real part of a function to plot, I get a float(undefined) error, however by just using evalf if gives gives me the real and comlex parts.

zetaroots.mw

The function i want to find realy parts for is f(x).

 

Thanks,

Matt

Hey,

I know this might seem a bit trivial but I'm trying to get Maple to use iteration to get the shortest path between two points given initial conditions that aren't a straight line. (I'm learning how to do it in the simplest form before moving on to a 3D problem.)

So I have a initial set of points that are to be moved during the process and split them into their x and y components so there's a set of x[j]'s and y[j]s.Then I defined a couple of procedures to use in the iteration.

Before doing an explore-plot command I had given constant or expression assignments to certain parameters in preliminary statements, e.g.

k = 4* 10-5 ;

mpgo = 45;

mpgave = mpgo - k*(md /2 );

mpgmave = mpgo - k*(m / 2);

 

Then I did an explore-plot :

 

Explore(plot(7.28*m*( (1/mpgmave) - (1/mpgave) ) ,

I have the following equation, I want to solve it for b keeping a and c fixed.

5*b^5+(60-5a)*b^4+(125+50c-80a)*b^3+(594c-445a-775)*b^2+(2324c-1005a-3270)*b+3000c-750a-3000=0.

How to solve it in maple?

 

 

 

Hello! I have the task to calculate the two angles of an 3d linkage. now in step 11 i have these two equations:

I have to solve these for phi, that is the angle I'm looking for. But the solution for phi should be indepented of psi. alpha and beta are variables. Everything else are known constant values.
What I tried: I solved Gl7 for psi (step 12...

Can someone please solve only #19 and #25 using Nwton's method in Maple. I really appreciate it.

 

The questions are attached. Thank you

First 1593 1594 1595 1596 1597 1598 1599 Last Page 1595 of 2427