Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

I tried to use the Physics package in maple 13 to make operations in the algebra M_2(E) - the algebra of 2x2 matrices over the grassmann (or exterior) algebra. E is a noncommutative algebra, and some of its elements anticommute with each other.

The problem is that when I multiply such matrices, the answer is not right. Maple multiply this matrices considering the entries as commutative, what is not true.

Here are the commands I used:

> with(Physics);

I've made a model and i wanted it to work out a distance, which it does. But it gives me an answer in the for a/pi, where a is a number. In my model I've used angles, which maple uses as radians. But I want the answer to be a decimal number and not the fraction in the form a/pi, even thought the value a/pi when worked out is right.

 

How can I convert this a/pi into a decimal number?

Do I need to use the convert command, and if so what goes in the brackets of this command?

Hi all

I have used pointplot3d to plot a set of points using three vecotrs v1, v2 and v3 which all contain many elements and the same number of elements.

I would like to know how to plot a new set of elements for new vectors v4,v5, and v6 on to the same plot as the previous set of values.

Could I then give each of the two sets a different color?

Hello

I'm working on implementing a plot of the Lorenz equations, and I'm trying

  proc(something, something, more something) local something more;

  uses DEtools;

  something;

  end proc

And I get this response:

  Error, `DEtools` is not a module or member

What can I do? "uses" works for plots, LinearAlgebra etc. Why doesn't it work for DEtools?

 

I have this non-linear ODE in q(p):

ode := diff(q(p), p) = (q(p)-a*p)/(p-a*q(p))*(p^(-b)-1)/q(p)^(-b);

for some real parameters a and b, it may be solved in exact form for the special value a=1.

Is there any hope of getting a closed-form solution or of expressing the solution in a neat way for the case 0<a<1? even some specific value of a would be of interest, e.g. a=1/2.


dsolve(eval(ode,{a=1}));

 

 

let us consider the series

 

y = a_0 - sum(a_i,i=1..n)

 

here the terms a_i are defined recurrsively as follows

 

a_i = (a_(i-1) -4*ln(x)/ln(10) + 4/10 + 4*ln(a_(i-1)) )/ ( 1+ 4/(a_(i-1) * ln(10)))

 

a[n] := (a[n-1]-4*ln(x)/ln(10)+4*(1/10)+4*ln(a[n-1]))/(1+4/(a[n-1]*ln(10)))

 

how can i program this in maple. so i can...

Why doesn't 'ln(e)' simplify to '1' in Maple 12.02?

 

The problem arose from trying to simplify the solution of an ODE that contains a combination of exponentials, logarithms and powers. Maple refuses to simplify, whereas I can easily read the simplified answer. Maple seems to ignore the simplest of algebra concerning power, logarithms and exponentials.

 

what is the general sum formula for the following seires (we may notice from these few terms it has a pattern)

 

y-15.6+4*ln(y)/ln(10)=0

 

I so thankful for your help. Please help me expressing this expression compactly is there any pattern here?

 

I have a mapleTA question that blocks students from starting a mastery assignment until I tell them how to do the problem. But some students are gaming it but finding out the problem from an earlier section. I want to game back by making the answer change depending on the wall clock, that is the section they are in. To do so, I need a clock function to tell the time. Since I can call maple inside mapleTA, a maple solution will also work.

ElasticBeam.mw

 

Does anyone have any idea why I'm getting this plotting error? This should be working!!! Ahhh.

Hello,

I need some help with plotting the function with varying variables lambda and m ( varying from 0.1 to 1) which subject to the mutual constraint.

My function is:

> d:=(lambda, m) -> (0.1281008386e-3*m*lambda*(20.004936*lambda+21.004936*m+1)^2/(lambda+m)^2+0.1281008386e-3*(21.004936*lambda+21.004936*m-m*(1-lambda))^2/(lambda+m)^2)-(0.2690752038e-2+0.2690752038e-2*m*lambda);

The constraint is:

 

Is there a way to have interval arithmetics for complex inputs
(maple seems to name that range arithmetics in the help)?

x:=Pi/5;
shake(x);

              INTERVAL(0.628318529462 .. 0.628318531974)

shake(x*I);

    Error, (in evalr/shake) not a real number

Hi all,

I have gone through the help pages in my Maple 12, but cudn't really solve for roots of more than 1 pollynomial equations in parametric form. (I saw roots,parametric pollynomial function etc. & many more but cudnt do it with success).

my equations are coupled like, for example,

axy + bx - c*x*(x+y) = 0,

dxy + ey - f*y*(x+y) = 0,

etc. and I need the roots (x,y...

First 1722 1723 1724 1725 1726 1727 1728 Last Page 1724 of 2224