maple
insert element in every position of nested list
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:[详细]
2023-04-11 06:19 分类:问答How to avoid numeric exception : overflow in Maple 14?
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 :[详细]
2023-04-08 16:03 分类:问答Maple: simplifying Im(a+I*b) - why it does not work for me?
So I want to simpli开发者_StackOverflow社区fy z:=a+I*b;Im(z) where a, b are real variables So I try:[详细]
2023-04-04 03:58 分类:问答Maple: How to give values to assumptions for plotting?
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};[详细]
2023-04-03 22:08 分类:问答Maple: How having assumptions for variables to be from real range to solve such equasion?
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[详细]
2023-04-03 21:19 分类:问答How can I change an element in a matrix in Maple?
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[详细]
2023-04-03 09:05 分类:问答Maple ODE solving, Graphic is not complete. Why?
So we try to solve simple ODE. We use text book (warning - russian). This is code presented as sample in book (page 18):[详细]
2023-03-05 11:55 分类:问答How to extract coefficient in maple?
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):[详细]
2023-03-04 10:40 分类:问答Maple, regExp: How to parse "pn2 = -.433222082282652077" into "pn2" and "-0.433222082282652077"?
So I have a string pn2 = -.433222082282652077 I need to parse it with reg exp into 2 strings (put values into 2 variables)[详细]
2023-02-19 20:07 分类:问答Maple - how to print assign of an array into xml file?
So I perform some operation like out := Minimize(function(param1, paramN)); from this I getsomething like array of pairs Name=Value printed out[详细]
2023-02-18 07:51 分类:问答