Mathematica
米饭的白色
这个作者很懒,什么都没留下…
展开
-
in MMA : how to get the variable values by solving one equation directly?
In Mathematica, I want to get the variable values by solving one equation directly, this means: I have the equation a1x+b1y+c1=d1a2x+b2y+c2=d2a_1 x + b_1 y + c_1 = d_1 \\ a_2 x + b_2 y + c_2 = d_2 a...原创 2019-05-16 09:45:42 · 157 阅读 · 0 评论 -
Restart kernel in MMA?
In my way, just use Quit command.原创 2019-05-17 02:18:41 · 167 阅读 · 0 评论 -
in MMA: Defining a function with parameters as variables
Such as, if I have the expression: v = a + 2b, I want to define v as a function of a,b like v[a_,b_] = a + 2b. We can do this way v = a + 2b; f[a_, b_] := Evaluate[v /. {a :> ToExpression[ToStrin...原创 2019-05-17 03:00:57 · 143 阅读 · 0 评论