MaplePrimes Commons General Technical Discussions

The primary forum for technical discussions.
Yet another question (after scouring the Maple documentation and coming up empty-handed): The following commands: with(student) intercept(y=sin(x), y=0) Result in this output: {y=0, x=0} How can I return the other intercepts with the x-axis? For instance, the first positive and first negative non-zero intercepts? (i.e. the "first" x-intercepts traveling left and right away from the y-axis?) Thanks as always, Bryan
Quick question: in maple , sqrt(4) returns 2. Why not plus/minus 2, since -2 is also a valid square root of 4? Thanks! Bryan
anyone has done significant development with these two?
Additionally to my previous post: First example returns (mathematically) wrong result,
eval(diff(v(z), z), [v = (x->x*H), z = H])
         2H
Equivalent works fine (just because multiplier "a" leads to implicit conversion of diff to D).
eval(diff(v(a*z), z), [v = (x->x*H), z = H, a = 1])
         H
And the most exiting example (I think, that result can't be predicted by Maple developers also ):)))
eval(diff(v(x, y), x, y), {x = H, y = H})
         (D[1,1](v))(H,H)+2 (D[1,2](v))(H,H)+(D[2,2](v))(H,H)
Functional analog works, of course, without any errors.

Create new document (or worksheet) with content below and execute it step by step: > restart; > Eval(diff(v(z),z),z=H)==eval(diff(v(z),z),z=H); Eval(diff(v(z),z),z=H)=diff(v(H),H) > v:=z->z*H; v:=z->z*H > value((1)); H=2H As you can see, result of eval, which in this case is equivalent to subs(z=H,diff(v(z),z)), at the right side of first equation leads to wrong final result :( This...

Where can I find Maple worksheets for viewing/download with regards to the following fields of application?:- 1) soft independent modelling of class analogy (SIMCA), regularized discriminant analysis (RDA) and discriminant analysis with shrunken covariances (DASCO) for multivariate classification, 2) principal component scores-based multivariate statistical process control (MSPC), 3) modelling of multiplicative terms in analysis of variance (ANOVA), 4) generalized rank annihilation method (GRAM) and iterative target transformation factor analysis (ITTFA) for curve resolution and optional second-order bilinear calibration, and
This is regarding an earlier thread about Maple's misleading output of exponentials. Here is a link with a screenshot of what I am talking about: Maple output It seems like no one else is experiencing this problem. Maybe it has something to do with the version of java or OS X I am running, which is OS 10.4.3, Java 1.5, and Maple 10.01.
Try typing the following input in Maple 10.01 in 2D mode (on Mac OS X) input: (e) output: e when in fact what maple means is this: e The intended answer appears when you call simplify on the first result, but this seems dangerously easy to confuse, especially for inexperienced maple users, or if this was returned as the answer to a problem (like taking residues, where I discovered it) it could be easily overlooked -Matt
I'm running Maple 10.01 under Mac OS X ( 10.4.2), and when set my Java Preferences so that the J2SE 5.0 being used in the runtime environment, Maple will not open and gives the following error: Uncaught exception in main method: java.lang.NoClassDefFoundError: org/apache/crimson/parser/XMLReaderImpl Maple works fine for me when the runtime environment is set to use J2SE 1.4.2. -Matt
I teach some mathematics subjects to students studying a computer science course. Most of these students dislike maths (I'm Australian, hence "maths" instead of "math"), and are doing it only because it's a core subject in their first year. I should also point out that many of my students have a very weak maths background, and so find the maths that I teach (which over a year covers logic and boolean algebra, some combinatorics, and linear algebra and calculus) very difficult and demanding, and often simply dull. I've been using Maple for about four or five years now; each week the students work through a sheet of Maple exercises (which are all marked) designed to enhance their learning. But here's the thing - the students actually don't like Maple! They would much rather spend that hour having a standard tutorial, working through pencil-and-paper problems, than in a computer lab with Maple. So I need to change my approach; to somehow make Maple more central, more enjoyable, and more "enhancing" than I've been doing up to now.
I came across this cool site created by Justin Mullins of the New Scientist. The site contains artwork created by mathematical expressions. The creator describes it as Mathematical Photography, "In the same way that an ordinary photograph is a snapshot of an area of outstanding natural beauty, a mathematical photograph is a snapshot of mathematical beauty."
There are many examples to be seen on the site. And they will be shown at the UK gallery exhibition in London next February. Link (via Boing Boing)
Today I try to solve a simple ODE: dot{x(t)}=sin(x(t)). Maple gives me the below answer: x(t) = arctan(2*exp(t)*_C1/(1+exp(2*t)*_C1^2), (-exp(2*t)*_C1^2+1)/(1+exp(2*t)*_C1^2)) How comes the arctan function takes two arguments? I solved the equation by myself, and a simple manipulation result in the follwoing result: x(t)=2arctan(C*exp(t)) How can maple end by a 2-argument arctan function?? Help...
Hi, All,

Please see below:

> restart:
> with(DEtools):
> deq := diff(y(x),x,x) = A*exp(y(x)/vt);
> deq2 := diff(y(x),x,x) = A2*exp(y(x));

> #y := unapply(rhs(dsolve(deq,y(x))),x);
> y2 := unapply(rhs(dsolve(deq2,y(x))),x);

If I let two dsolve go, it gives error message for the second. However, commenting one and letting one go will always works perfectly. What's the problem, any bugs inside Maple. I tried in Classic Maple and Maple 10. same problem happend.

Thanks.

David
I have a classic-worksheet version of Maple 9.5 that runs as an X11 application on my Macintosh. Is there a classic-worksheet version of Maple 10 that does the same? If so, where can I get it?
dear all, I want to write a greek letter (tau) in the legend of a figure. how can I do that? thanks!
First 74 75 76 77 78 Page 76 of 78