Maple Questions and Posts

These are Posts and Questions associated with the product, Maple

Could the Student:-Calculus1:-Hint routine detect that its answer(s) will result in an endless cycle (even if only cycles of length 2)? Maybe it could check, and not make such hints?

Below is just one example. Sure, its hint is not great here, due to which this is not a fantastic example. But I'm still wondering about cycling prevention for Rule&Hint in general.

This is Maple 13.01.

> restart:
> with(Student:-Calculus1):

> Int((x^2+a...
I want to ask it is possible to force Maple to show step by step solution but not use l'hopital's rule at all. Thanks

Hi,

sorry for this question that it is surely for moron's level, but I am absolutely new to Maple, have read the manual, have checked internet and I cannot find a clear answer to the not-clear-to-me probably obvious.

for

isolate(y=a*cos(theta)-tan(b)*a*sin(theta),theta)

I get

Hi, i must  write a programme but i have to prepare  this programme without sort and identify codes.the aim of this programme is to sort all the  entered irrational and rational number from the big to the little?

Hi.

I have a loop that performs about 100 calculations, every calculation lasts about 2 minutes on my computer.

The machine is very slow, and often hangs despite Maple is the only actively running program. For example, after 5 successful calculations, nothing happens for 20 minutes (the computer almost doesn´t respond), then it starts working for a while, then hangs again.

Even after a night of counting much less than half of needed work is done.

Is it possible to do something here?

Is it possible to export a picture (plot) in a file?

If it may be important, I get hundreds of plots (in a loop) and would like to export all of them, for example as .jpg files.

Thanks!

Hi,

I'm trying to simplify the following:

simplify((x^3)^(2/3));

I'm expecting x^2 but Maple doesn't simplify anything. Why not? I'm clueless.

When I solve a determined linear system of equations with two equations and two parameters I receive a set of equations.

E.g.

s1:=solve({mu = n*p, sigma^2 = n*p*(1-p)},{n,p});

                              2                 2
                            mu            -sigma  + mu
              s1 := {n = ------------, p = ------------}
                              2                mu
                        -sigma  + mu

BUT when I like to solve an overdetermined system of equations, solve is not applicable in the same way, i.e.

How do we add matrices?  I have maple 12 student edition, shortly to be Maple 13 student.  Thank you!

I want to use the NonIsomorphicGraphs command in the GraphTheory package to find all nonisomorphic graphs on n vertices where all vertices have degree at least 1. I believe that I should be able to do this using the select=procedure option, but the Maple Help Files don't seem to give me enough information as to how I code the procedure. In particular, I don't know precisely how to pass the candidate graphs from NonIsomorphicGraphs to my procedure and what to call the graphs once they are in my procedure. I suspect that the ouput of the procedure should be true or false

Hello, I have a set of two ODE's with a parameter H, so the solutions should look like: p(t,H) and g(t,H). How should i solve them (numerically) to produce a plot p(t,H). (H is just a constant not a variable) Cheers, Stanisław

Hello everyone,

I am trying to figure out how to factor expressions like:

1+2*exp(x)+exp(2*x)

Simply trying factor does not work.

factor(1+2*exp(x)+exp(2*x)) => 1+2*exp(x)+exp(2*x)

Of course, I can force a substitution and make it work:

factor(subs(exp(2*x)=exp(x)^2,1+2*exp(x)+exp(2*x))) => (exp(x)+1)^2

In general however, I would like to not have to specify a substitution or even what is in the exponent!

Any help would be appreciated.

Thanks.

I'm trying to put together an analysis of a damped harmonic oscillator for a tutorial and I can't get the answer into the form I'd like. If you have a complex exponential, you can easily express it as a sum of a sin and cos using the convert function with the 'trig' option. If you have a term in the exponent that always evaluates to complex value because of the assumptions on your variables, however, it will always write the expression in terms of sinh and cosh. Is there any way to force Maple to put the solution in terms of sin and cos?

assume(A>=0);additionally(A::real);

Hi, I am trying to filter out solutions of 0 to 5 decimal places (i.e. 0.00000.....) from a loop. How do I do this?

 

Thank you.

First 1807 1808 1809 1810 1811 1812 1813 Last Page 1809 of 2224