In Maple 15, I have a nested list like this one (only 2 levels of nesting): [[a,b],[c],[d,e,f]] I want to create 6 lists from that one (the number of elements..), like these:
Maple 14 has isprime command which testing whether number is prime or not. It\'s allowed to write expressions as input data so we may write the next command :
So I want to simpli开发者_StackOverflow社区fy z:=a+I*b;Im(z) where a, b are real variables So I try:
So I have a simple example of what I want to do: r开发者_如何学Goestart; assume(can, real); f := {g = x+can*x*y, t = x+x*y};
So I have an equation like this: I need to get G[xy]. How to tell Maple that we are assuming that G[xx], G[xy] are values from real range (So Im(G[xx]) 开发者_如何学Python== 0 and Re(G[xy]) == G[xy
The qu开发者_开发知识库estion is: How can I change an elementin a matrix in Maple? Is it possible?Yes, it is certainly possible. (It\'s one of the primary properties of a Matrix, it is a mutable dat
So we try to solve simple ODE. We use text book (warning - russian). This is code presented as sample in book (page 18):
I\'m using maple for differentiatio开发者_如何转开发n eguation. And I have a problem. I want to express the d/dt(alpha(t)) variable held constant from this equation (a part for example):
So I have a string pn2 = -.433222082282652077 I need to parse it with reg exp into 2 strings (put values into 2 variables)
So I perform some operation like out := Minimize(function(param1, paramN)); from this I getsomething like array of pairs Name=Value printed out