Maple 13 Questions and Posts

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

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,

 

Hello all,

I have a problem in comparing two expressions. I have to verify they are equal, but I am totally stuck even if it is obvious it is correct (but I have to do it with Maple).

These are the two expressions:

http://www.hostingpics.net/viewer.php?id=312636maple.png

 

I tried to convert them into exp, but it doesn't work at all...

 

Thanks a lot for your help, Julien

Hi, everyone, I am sorry that I have to post this question again since the last post sank and I did not give example at that time. In the example I post here, A[e,res1] and A[e,res2] are supposed to be the same theoretically. However, as I  used numeric solver (fsolve), they are 2 order different. Can anyone try the code and tell me what mistakes I made? I appreciate that.

 

> restart;
> with(PDEtools);
>
>
> # Electron velocity distribution:


dear friends, I want to solve this integration with numeric methods. when i type it as nested integrals i reach the first answer, but when i want to use int(int), maple doesn't solve it(second answer). what's wrong with the input?

I've been trying to numerically solve (and then plot) this set of equations, to reproduce results from a scientific paper (Berro et al., BPJ 2007). Maple tells me that some matrix is singular - any idea what I can do differently?

Any help much appreciated.

> eqn1 := 15*(diff(theta(s), `$`(s, 2))) = N3(s)*cos(theta(s))-N1(s)*sin(theta(s));                    ...

First 49 50 51 52 53 54 Page 51 of 54