MaplePrimes Commons General Technical Discussions

The primary forum for technical discussions.
To anyone: Please provide the syntax on how to substitute without maple evaluating the expression. For example if I have an expression x^2+2x+5. I want to substitute to the expression x=2. I want simply to see 2^2+2*2+5 without Maple evaluating the result preferably in maplet form. Thanks PV
Hello.

Can anybody explain me please this error? Thanx :-)

Error, cannot determine if this expression is true or false:

-2.500000000*exp(0.) <= -1.675000000


Program:

> restart:
> with(linalg):
> with(plots):
> with(DEtools):
> with(inttrans):
# Warning, the protected names norm and trace have been redefined and
# unprotected
# Warning, the name changecoords has been redefined
# Warning, the previous binding of the name adjoint has been removed
# and it now has an assigned value
# Warning, the previous binding of the name hilbert has been removed
# and it now has an assigned value

Here's a frustrating problem I've been having with "assume".
You'll see below that I assume that v'(m) >0 and v''(m) <>
Maple clearly remembers that v'(m) > 0 (as seen in the assumptions list and by looking at the first "is" in (4)), however, it now can't figure out that v'(m) > 0 implies !(v'(m) <>
Strangely, this worked perfectly fine before the additional assumption was added, and looking up the property (6) reveals the correct answer.
Moreover, maple seems to have two sets of assumptions on v'(m) (for six total assumptions, when I would expect four).

Any maple geniuses have an idea as to why Maple's "is" function is confused?

Implement a computer program which, for a given lower triangular matrix A with the diagonal entries different from zero,finds the matrix inverse to A by solving the equations Axj= ej for j=1,...,n by the " forward substitution"
Implement a compter program which decides whether a given matrix A e Mn is symmetric positive definite.
Implement a computer program which, for a band matrix A eMn with p=3=q such that the non zero elements ofA appear in the main diagonal and in the diagonals on the boundary of the band only,for a vector b e Rn and for w e(0,2), e>0 given, approximates the solution of the system Ax=b by the relaxation with accuracy e.
The feature which allows users to copy and paste the equations from Differentiation or Integration Tutor is disabled after i install Maple 10.03 update This feature is useful for lecturers as well as students. I wonder could Maplesoft enable this feature in the coming update. Thank you.
Could anyone please suggest how to data cluster analysis? I have a large set of multi-dimensional data (300 children prefer 2-3g of sugar in their breakfast cereal, whereas only 100 prefer 1-2g, etc) and I want to break the data up into blocks that minimize the number of different types of cereal I should create, while capturing the maximum amount of the market. I expect there is some least-squares way of doing this, can anyone suggest a concrete example of how to this in Maple10? Thanx
I remember, that similar bug was in the 10.0. Now I found it in 10.03. How to reproduce it: 1) Create new worksheet 2) Enter and execute next statements (using ctrl-L to enter referencies to formulas): >exp(-y^3/x)*y/x^(4/3); ... (1) >1-a*x; ... (2) >assume(y,positive); >inttrans[laplace]((1),x,s); ... (3) >inttrans[laplace]((2),x,s); ... (4) >inttrans[invlaplace]((3)*(4),s,x) ... (5) >plot(subs(x=1,a=1,inttrans[invlaplace]((3)*(4),s,x)),y=0..3)
I have a maplet application stored in a single file, one of them a frontend. This single file is too long and very combersome to maintain. The frontend maplet has buttons that goes to a proc that displays another maplet depending on what button is pressed. Will someone tell me if it is possible to break down this single file into several files with one maplet each file so that when a button is pressed sysem goes to that file. If this is possible, please provide the maplet syntax. I tried ...function=c:\\..etc but does not work. Also when my application is broken into several files, how does it affect the exportation of this application with several files.
I am new to Maple and I am looking for these examples and am having trouble. Could someone lead me in the right direction or tell me which Maple books to purchase? example: precalculus or calculus or one of the new user guide books. I can't seem to find much on "The Square Root Property" and factoring or Solvng Equations by completing the Square, Quadratic Formula and Discriminant. I know I basically need to just play with the applications but know there must be information somewhere.
I was just wondering if anyone has taken the time to start on a wiki for maple. I have seen many other small wikis that work quite well for programming languages and environments, and feel that one for maple would be a great benefit for the community. If there is one, would someone please kindly point me towards it. If there is not one, is there anyone who'd be interested in starting one?
It seems like the Beta distribution in the Statistics package doesn't work properly when trying to define a particular Beta distribution since Beta(a,b) also refers to a integral when a and b are fixed numbers. Has anyone else encountered this problem? Is there a way to get around this problem other than to define your own Beta pdf? Jim
Maple 10 (patched to 10.03) is inconsistent with its font choice in Maplet MathMLViewer elements when the fontsize option is set. If you don't set fontsize, then equations are typeset as expected with variables in italic font, just like in an ordinary Maple worksheet. But if you set fontsize to say 18pt, suddenly the variables are typeset in upright font. For instance try the following:
with(Maplets[Elements]):
Eq := [diff(u(x,y),x)= diff(v(x,y),y), diff(u(x,y),y)=-diff(v(x,y),x)];
maplet := Maplet([
   [BoxCell("Fontsize 18:")],
In Maple 10 (patched to 10.03), there seems to be a bug in Typesetting[Suppress] when the function name is a Greek letter name. For instance the code interface(typesetting=extended): Typesetting[Suppress](eta(x)): diff(eta(x),x) = eta(x); should typeset like   η' = η or perhaps    d η / d x = η (depending on your "prime" settings). But one actually sees    η' = eta which is incorrect, or at least inconsistent and unexpected. More careful tests show that the whole Greek alphabet is affected similarly, apart from pi and zeta, which are handled slightly differently though still incorrectly.
First 69 70 71 72 73 74 75 Last Page 71 of 79