Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

how to solve

-x^8*a^4+48*z^4+48*x^7*a+8*z*x^6*a-1 = 0


for a

i tried

 

solve(-x^8*a^4+48*z^4+48*x^7*a+8*z*x^6*a-1 = 0, a)

 

and got

 

HI

Can anyone help me.

I would like to use the combin package using Maple 12. The question is how can I generate the letters of the alphbet (26 letters) choosing only 3 combinations which must include the letter "A" 

any help would be appreciated

Hi!

Problem: How can I prevent Maple from checking against the simplification table?

Eg.

I enter

f := 5 y z x + 3 x^2;

and 5zyx + 3x^2 is returned.

Then I enter

g := 3 x^2 + 5 x y z;

and again 5zyx + 3 x^2 is returned, but not wanted, because I wanted to have a different (visual) representation of the polynomial.

How can I prevent this? Or how can I delete the first representation from the simplification...

In a recent blog post, I discussed five "gems" in my Little Red Book of Maple Magic, a notebook I use to keep track of the Maple wisdom I glean from interactions with the Maple programmers in the building. Here are five more such "gems" that appeared in a Tips & Techniques column in a recent issue of the ...

Dear Sir / Madam,

Would you recommend me how to isolate the real and imaginary part and simplify the equation A? Maple cannot evaluate this equation to numeric value...

A := evalf(sqrt((Re(B))^2 + (Im(B))^2));
A := evalf(abs(B));

are not working.

I have attached my equation function.txt

f(x)=(sin@@3)(0.5143600172e-2+1.000000039*arcsin(arcsin(sin(sin(-0.1543083839e-1+.9999999610*RootOf((sin@@3)(_Z)-(sin@@3)(0.5143619410e-2+1.000000000*RootOf(-(sin@@3)(_Z)+x))))))))

i want to find inverse of this funtion i am getting nothing

>s := solve(w = f(x), x)

    s:=

 

i am getting like above.

i want to find inverse of above function plz give me reply to me.

I finished this lab for my Differental equations class today. The computer I was using is not linked to a printer. I saved it and went to open it on a differnet compter and I got an error saying there are problems with the loading process.  I tried reopening it on the computer I started with and I get the same error

The lab has three parts. The first two parts were part of the the professors instructions and introduction. Those parts load up. The third part is...

With f := i->`if`(i = 0, 1, alpha), I'd like to evaluate expression A below entirely symbolically, i.e. with l=1..3 being replaced with l=1..h in

sum('sum(sum(f(i)*f(i+j), i = 0 .. l-1), j = 1 .. h-l)', l = 1 .. 3); subs(alpha = .3, h = 3, %);#A

but using  A with l= 1 .. h provides a different number, the one one obtains with

sum(sum(sum(f(i)*f(i+j), i = 0 .. l-1), j = 1 .. h-l), l = 1 .. h); subs(alpha = .3, h = 3, %); #B

Expressions...

Download FreeFallEquivalen.mw

Hi,

I'm new to Maple; well, I've been 'away' from Maple for a number of years and now I have several compelling reasons to get back into the thick of parts of Maple.

I constructed a very simple ODE model of dropping a mass from a height h and letting it hit a massless platter on a spring, with the other end of the spring connected ground.  One...

f :=  (0.1953125000e-2+.3750000000*(RootOf(-512*x-7+192*_Z^(2/3)+24*_Z^(1/3)+512*_Z-6*(512*_Z+192*_Z^(2/3)+24*_Z^(1/3)+1)^(2/3)+12*(512*_Z+192*_Z^(2/3)+24*_Z^(1/3)+1)^(1/3))^(2/3))+0.4687500000e-1*(RootOf(-512*x-7+192*_Z^(2/3)+24*_Z^(1/3)+512*_Z-6*(512*_Z+192*_Z^(2/3)+24*_Z^(1/3)+1)^(2/3)+12*(512*_Z+192*_Z^(2/3)+24*_Z^(1/3)+1)^(1/3))^(1/3))+RootOf(-512*x-7+192*_Z^(2/3)+24*_Z^(1/3)+512*_Z-6*(512*_Z+192*_Z^(2/3)+24*_Z^(1/3)+1)^(2/3)+12*(512*_Z+192*_Z^(2/3)+24*_Z^(1/3)+1)^(1/3)))^3

 

How to solve this receurrence relation with maple

 

a[k] := (2/5)*a[k-1]*ln((1/10)*(exp(1)*x/a[k-1])^10)/ln(10^a[k-1]*(exp(1))^4)

 

I found various methods, as listen here http://en.wikipedia.org/wiki/Recurrence_relation, to solve recurrsion relation. For example, methods of undertermined coefficients

 

But how to use these to solve the the above recursive relation.

Hello

I'm trying to animate a DEplot3d, but is that even possible? If it is, how?

 

Budgie

with(gfun):

> s := series(sin(x), x, 9); seriestoalgeq(s, y(x));
                  1  3    1   5    1    7    / 9\
              x - - x  + --- x  - ---- x  + O\x /
         ...

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?

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