Description:
Maple computer mathematics discussion group.
|
|
|
taxation of individuals 2010 edition by Spilker test bank
|
| |
Hi dear students; We are SolutionmanualGroup.We established SolutionmanualGroup in 2004… We have solution manuals for a competitive price. I also have other manuals more than 1500..We have a lot of solutions manual in low price to get solution manual you want please send message to us.Cheapest and fastest service is our aim…Feel free to contact us.... more »
|
|
Suppressing evaluation in a proc
|
| |
I am having a problem with suppressing evaluation within a proc. I hope that someone can help me here. Consider the following: restart; x := [2,3]; plots[textplot]([1, 1, typeset('x'[1]/'x'[2])]); This produces the result that I want -- the quotation marks suppress the evaluation of x and typeset() produces what... more »
|
|
Exclusive-or in Maple?
|
| |
Does Maple have an easy way to do the integer operations C: z=x^y; Fortran: z=ieor(x,y) or must one deal with arrays of bits from the convert(x,binary), convert(y,binary) operations.
|
|
~~~~~~~TEst Bank and Solution manuals~~~
|
| |
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 »
|
|
How to use $include for file inclusion?
|
| |
Could you please give me a tiny example for how to write a little example.mws File which includes some text file some.txt? As I understand the help pages, all I need to do is just to write $include "some.txt" but it doesn't work for me. Thank you, Rainer
|
|
Equate command in Maple
|
| |
Hi everybady, I have a equation in the following simple form D(x0+px1+p^2x2+p^3x3+...)=p(x0 +px1+p^2x2+p^3x3+...) where D is an operator. I want to get new equations by equating the terms with the identical powers of p, as follows p^0 : D(x0)=0 p^1 : D(x1)=x0 p^2 : D(x2)=x1 and so on. I saw "equate" command in maple tutorial. Is it possible to do that... more »
|
|
A bit of statistics trivia for Maple and Mathematica
|
| |
I did a count of the number of functions in Mathematica 7 the other day, and I figured I should do one like this for Maple as well. So, here are some stats, maybe some might find them interesting. Mathematica 7: ============ The System (i.e kernel) contains 1,920 functions. It comes with additional 35 standard packages that can be loaded using... more »
|
|
Are some Maple packages always loaded? example Galois Field (GF)?
|
| |
hi; Maple 12. when I do ?index[packages], one the packages listed is Galois Field (GF) but if I do with(GaloisField) or with(GF) I get an error that there is not such package. Are there such "special" packages that do not need to be loaded? If GF is not a package, then why is it listed in the ?index[packages]... more »
|
|
|