MaplePrimes Questions

I'm running a relatively complicated maple file on my mac computer and it's give me the following error message: Kernel connection has been lost. The Kernel returned the following error message: Execution stopped: Memory allocation failed. Please see? alloc for more details. you should sace this worksheet and restart Maple kernel. Firewalls have been known to cause problems with kernel connections in Maple. Please ensure that any firewall software is configured to allow Maple to creat connections to the kernel.

I am trying to create a 3d plot of a simple function which evenly distributes a force around the end of a pipe as a function of it's angle.  The equation is

fy :=FORCE/(2*Pi*R)*COS(PHI), PHI=0..2*Pi, R = CONSTANT

I would like to create a wire-frame, shaded, cylindrical plot showing the variation in force as a function of the angle phi.

Thank you in advance for your assistance.

Hi everyone. Is there any way to keep auto-rotation of three-dimensional graphics? If so, how to do it for complex graphics created by the function plots[display](G1,G2,..,Gn)?

I want to find a tagent lines to the below contourlines for a function  U := Q[a]^alpha*Q[b]^(1-alpha); given any

value of Q[a] and Q[b]. I know the slope of such a tagent lines but I dont know the intercept. How can I derive such an equation ?

I would like to customize arrows of motion in a phase diagram. The system is the following, with critical point (1,1):

xdot := diff(x(t),t) = x(t)-y(t):
ydot := diff(y(t),t) = y(t)*(1-x(t)):

with phase diagram (the black line is the stable manifold of the system):

What keyboard configuration must have the Win XP to use the keyboard shortcut "Shortcut Keys" and not the key combination "International" to introduce 2-D math expressions. I refer to the help "2-D Math Shortcut Keys and Hints".
The configuration I have enabled is:
Input Device Language: Spanish.
Keyboard layout / IME: United States International.
Gracias
HerClau

 

when the expression is short, the 'collect' can works,but the expression is longer,it is different.for example: gg1 := collect(expression, z)

Hello:)

Im trying now to make a program that does the same thing as BackwardSubstitutes in maple
I tried 2 things


I tried combining the matrix and the vector in the procedure but its not working

substitutioninverse := proc (matrice, vecteur)
local n, m, j, i, resultat, V, matrice2, a;
matrice2 := [matrice, vecteur];
m, n := Dimension(matrice2);
 V := Vector(m);
for i to m do
 resultat := 0;
for j from n to 1 do

Hello, In Mathematica, one can plot a region where an inequality is true by using the RegionPlot[] function. E.g. if the region (x^2 + y^2
Hi, I am wandering whether are some functions to compute all irreducible polynomial and prmitive polynomial over Galois field. For example, I want to all the irreducible and prmitive polynomials of GF(2^5). are there such commands to perform that? thanks
Hi there I'm in desperate need for your help! I need to solve the rocket motion equation numerically in Maple or some other program. I'm having trouble writing the ODs in the program and setting up all their parameters. I have derived the rocket motion equation in a single dimension: [tex] \frac {d\vec v_r(t)}{dt} = - \, \frac {\dot m_e(t)} {m_r(t)} \, \vec v_e(t) [/tex] I assume that the change of mass is constant and the exhaust velocity is constant. Let's say that the rocket has an initial mass of 1 kg, an empty mass of 0.1 kg and the exhaust velocity 5 m/s.

Hello,
Im trying to make a program that does the same thing as RowOperation in maple but i dont know what to write to make it return the new matrix matrix
thats what i tried



rowoperation := proc (matrice, i, j, r)
 local m, n, k;
 m, n := Dimension(matrice);

Hi,

I have only been using maple for the last 3/4 months. Its part of my course in college. We have only covered, what seem to be basic topics but they aren't entirely. We have covered 'for loops, if statements, boolean functions, matrices and procedures'. I am finding some of it difficult as the lecture isn't necessarily capable of teaching it. Here is an example of the kind of revision questions she gave us:

 

 

I have a depressed quartic equation with the quadratic term also removed. It has at least one positive real root which is the solution that I am looking for. There are three cases to consider. Two of the cases have trivial solutions. Maple gives its usual RootOf solution for the general case. My worksheet is below.

First 2061 2062 2063 2064 2065 2066 2067 Last Page 2063 of 2434