Maple 13 Questions and Posts

These are Posts and Questions associated with the product, Maple 13

Assuming I have a general function f(x). The derivative with respect to x would be: df/dx .

I now want to rescale, which basically means that I want to change x to a*y where a is a parameter (general constant) and y is my new variable.

If I use

subs( x=a*y, df(x)/dx )

I get

d/d(a*y)  f(a*y)

but 'a' should be a parameter, so this should give

1/a * df(a*y)/dy = df(y)/dy

How do I tell that to Maple?

 

Assuming I have an expression, 'F', I would like to extract from it a factor, 'a', so the expression is displayed as

a*(F/a)

where F/a is a simplified (or expanded or any other displayed form) expression.

As an example:

F:=1 + Q*x2 + P*x3

a:=x2 / L2

then this will be displayed

x2 / L2 * ( L2 / x2 + Q*L2 + P*L2*x)

Hi all,

I've just added a reply to an old thread I opened some month ago, but I don't see the thread at the top of the recent questions. Where is it gone????

Should I re-open a thread?

Thanks

 

ps the thread was this one: http://www.mapleprimes.com/questions/35837-Execution-Stopped-Unhandled-Signal-Caught-UNKNOWN-1#comment96090

Hi all,

is there some way to handle piecewise functions as if they were just another equation? In this case I´ve got a piecewise in 4 segments, one of them empty. The other segments are equations that solve a function for a variable under constraints, i.e. it shows somewhat like:

{(conditions1), q[O]=(...), (conditions2), q[O]=(...), (conditions3), q[O]=(...), else, []}

(I hope you get what I mean. The piecewise is a tad long and I wouldn´t...

Dear All,

 

I would like to ask either MAPLE is capable to solve >2 boundaries value problem.

Actually I'm solving a system of ODEs in a membrane divided electrochemical cell, basically a REDOX process.In 1 part I have 2 species reacting and in another part I have 3 species reacting , 2 of the species exist in both part.

At the end I wanted to coupled all the species together.

So basically I have 4 boundaries and I would like to solve it simultaneosly.

Hello! Im kinda new to maple so it must be a noob question :) im using it for like 24 hours to get around some basing math in it :)

Just got some understanding of this 2d/1d/worksheet/document modes and stucked at some operations with fractions.

 

1) How do i enter Mixed fractions to calculate right?

2) How to compare Two or More fractions? 

3) How to get output in mixed fractions? or to expand fractions.

 

Hi all,

 

I needed to create assumed variables for a problem I´m working on. After working on them in a last step I need to replace the assumptions with values so as to get a real number. - I don´t want to define values to the variables from the beginning as I want to avoid rounding errors and I don´t know any other way around the problem.

Giving you the exact problem would be bit too complicated, but you might get to know what I would like to do with this example:...

Hi

 

My Maple 13 puts small curly brackets to the left side of an expression and this causes several problem for me. What should I change to write good ones? (I mean normal, big brackets, not small brackets to index.) (I use the AltGr+b combination to write a left curly bracket.)

 

I have this equation:

 

2.3 = .5/(1+exp(-.3*i[2]-.5))+.7/(1+exp(-.6*i[2]-.3))

 

When I atempt to solve fori[2] this is the answer I get:

Using the Physics package I am trying to define commutation rules between operators. However it looks like when the commutator involves a Dagger, it is not "remembered" properly. Here is a (contrived) example (you might have to run it on your machine in case not clear from copy/paste what's going on):


restart:
with(Physics):

Setup(quantumoperators={a, b, c});
                ...

hi

I have got an eq: Curl(A)=B;

Both A and B are vectors,  for example,             

A(x,y,z):=Ax(x,y,z) _i+Ay(x,y,z) _j+Az(x,y,z) _k;
B(x,y,z):=Bx(x,y,z) _i+By(x,y,z) _j+Bz(x,y,z) _k;

can I get A as a funtion of B? if I can, how to deal with it, and if not, what other known conditions should be added to solve it?

any help would be appreciated@。@

I'm working on a school problem and I came across a little problem which I can't figure the solution by hand, so I'm resourcing to maple for this. I have this problem: solve by variation of parameters y"+9y=sinh(2x)

I can do the wronskian and everything fine up to the integration part, which is: integral[(-1/3)sinh(2x)sin(3x),x]

I found the integration step by step of maple
Student[Calculus1][IntTutor]();

but it can't solve this problem, is there...

If you work with Maple on a daily basis sometimes you come across
things that seem impossible to do. Yesterday I tried to have two colors
in a histogram ie -3..-1 = red and -1..3 =blue but I could not figure
out how to do it...hummm.....any suggestions?

 

restart:
with(Statistics):
with(plots):

n:=5000:
A:=Sample(RandomVariable(Normal(0,1)),n):

Histogram(A,bincount=100, color=blue);

Hello all,

I have a little problem with an expression I have to develop in taylor/series.

Here it is:

sinh(sqrt(omega/nu+m^2)*h)

I want to develop it in "nu", giving that "nu" is a small parameter, and it says that it doesn't exist a series expansion.

But when I can obtain the series expansion of the "sqrt" part only of the expression, which yields:

I am not able to format the number along the axis of a 2D plot to use period as the decimal separator - and not to have different number of positions after the decimal on the x- vs. the y-axis either.  I have set the Windows language/region to the US.  Anyone who might help?  Regards,

 

First 49 50 51 52 53 54 55 Page 51 of 55