Description:
Maple computer mathematics discussion group.
|
|
|
substitute values in Maple?
|
| |
Hi all, I set alpha = 2 in Maple. And I thought all the following expressions involving alpha should be automatically changed to 2. But it didn't happen. All expressions still show alpha instead of 2. What shall I do? Thanks a lot!
|
|
how to circumvent the removable singularities in ODE?
|
| |
Hi all, I am implementing an ODE in Matlab. y'(x)=f(x), for x in [a, b]. However, the f(x) is very complicated, there is a numerator and a denominator, both can be infinity or zero, because of the involvement of "log" and "exp" in f(x). However, when I use Maple and calculate the value of f(x) at singularity points,... more »
|
|
Test Banks and solution manuals for students
|
| |
Test Banks and solution manuals for students Email me at alltestbanks11[at]gmail.com if you need to buy any test bank or solution manual listed below. All emails will be answered quickly. Or visit [link] for a latest list of resources. 2009 Federal Taxation - James Pratt (3rd ed) (ISBN 1426639171)... more »
|
|
les cours et exercices et examen corrigeés de maths
|
| |
vous trouvez dans ce site web les cours et exercices et examen corrigeés pour les etudiqnt de universite SMP SM SMC SV SMI ,mathematique analyse ,mathematique algebre et physique (electrecete ,optique,thermodynamique,mecan eque.....) et chimie (general,chimie menerale,chimie otganique,atomostique,thermoch imie.....) et informatique... more »
|
|
nested seq
|
| |
I would like to do a nested sequence (or for loop) but the number of iterations is not necessarily fixed: I tried doing the following: nestedseq:=proc(numtimes,middl e) return cat(seq(`seq(`,i=1..numtimes), middle,seq(`,j[i]=[1,2,3]) `,i=1..numtimes)); end proc; But then I get a string with the desired command but I cannot evaluate... more »
|
|
Maple quirks vs MMA quirks
|
| |
Hello, I'm somewhat familiar with Maple and use it mainly for grad school related work, but I find it somewhat quirky and not intuitive. Would MMA be about the same or is it more straight forward for engineering type calculations? Thank you.
|
|
|