MaplePrimes Questions

I am trying to plot four different DEs on one graph, but Maple does not like the fact that I have several constants that are not assigned to numerical values.  Here is my code:

Hi,

How would the parametric equation for the following cylinder be like?

 

Cylinder: x^2 + y^2 = a*x  where a > 0

 

Thanks

 

 

my system [u(t),v(t),w(t)] is highly non-linear. I want to understand the local behavior at [u=0,v=0,w=0]. The boundary conditions are as follows: u(0) is given but v(0) and w(0) are not. I want to know if there is a suitable choice of v(0) and w(0) such that the system will converge to the critical point [0,0,0].

Can this system be approximated by a linear system? Or by a two-dimensional system?

Hello,

Questions,

Can I use the solve function with complex number?

i.e) a simple example

7 = solve(magnitude((2+j7) / (1+j*x), x)

How to implement the above to solve x in Maple?

seems Maple doesn't treat the complex sign of j as complex.

ie)
solve(sqrt(5)=abs(1+k*I), k);

I got k as
-I*(5^(1/2)-1), (5^(1/2)+1)*I

I might expect the k for 2.

Thanks,

 

 

How do I go about calculating a chi value for a fit line?

Hi

I am trying to create a procedure for the Simpson function and i can't see why it is wrong.

This is what i have done but it keeps coming up with an error.

Hi,

I have created a test bank in MapleTA. The question types are Fill-in-the Blank. Since I am new to Maple T.A I am not sure if there is a way to change the setting to relaxed grading routine (case insensitive).

For Example - the text of the student response is checked for key words that have been specified by the instructor. The system ignores other text, extra white space, and capitalization in the student response. So, the student would get full credit if they use the key words anywhere in their response.

hi everyone,

how do I tell maple that an undefined constant e.g. K is positive and real, so that the command abs(K) results in K and not |K|?

Is there a general way of applying rules and bounds on constants without defining them directly?

thanks.

I would like to construct a Matrix containing the output of a function f(x,y) for different values of x and y, with the x-values varying (say) along the column and the y-values varying along the row.

Assume we have several impedance connected in parallel.

R1, L1, C1, R2

In Mathematics,

R_total = R1 || sL1 || 1/sC1 || R2

Is there possible to calculate the R_total using one of Maple function??

 

 

Hello,

 

Assume I have a transfer function in "s" term and symbolic parameters (A, B, C, and D).

TF := (1+s*D)/(A*s^2 + B*s + C)

 

Question:

How can I convert the above TF in generic form in term of damping ratio?


The generic form can be written as (1+sD)/(s^2 + 2*damp*wn*s + wn^2)


Should I use a "collrect" or "simpligy" function to re-write original TF in generic form?

Let's say we re-write TF in generic form.

I'm trying to plot two "inequal" using "display". I wrote the following code:

how do I solve for y' in the following equation? (diff(y(t),t,t) + (t*(diff(y(t),t) + (4*y) = 0);

Hi,

 

I have the following matrix and I have to find it's nilpotent index...

0 0 0 0 0

6 0 0 0 0

0 2 0 0 0

0 0 8 0 0

0 0 0 3 0

I've tried various things like assigning the matrix to variable A then do a solve(A^X = 0) but I only get "warning solutions may have been lost"

Thanks for any help!

Hi

I am working on a Maplet which among other things plots a graph of a solution to an equation. I am wondering if there is some way I can dynamically change the size of the plotter object in the Maplet depending on the imput function. I can handle measuring the function if you will, I just don't know if Maple 13 has the capability to dynamically resize maplet objects at run time.

It would be a nice feature to have for the Maplet but I don't know if it is at all possible.

Thank you in advance

First 2065 2066 2067 2068 2069 2070 2071 Last Page 2067 of 2434