作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
" in FindInstance results-6ren"> " in FindInstance results-假设我有以下结果: a=FindInstance[2*b^2 + b^3 == b^4 + t && t -1, {b, t}, Integers, 20] {{b -> -1, t -> 0}-6ren">
假设我有以下结果:
a=FindInstance[2*b^2 + b^3 == b^4 + t && t < 10 && t > -1, {b, t},
Integers, 20]
{{b -> -1, t -> 0}, {b -> 0, t -> 0}, {b -> 1, t -> 2}, {b -> 2,
t -> 0}}
a[[All,1]]
{b -> -1, b -> 0, b -> 1, b -> 2}
{-1, 0, 1, 2}
最佳答案
我可能从dreeves的回答中遗漏了一些东西,但我一直相信你这样做的方式只是简单地写:
b /. a
Solve
function 的“基本示例”部分中有一个示例。 ,它使用相同的输出样式。
关于wolfram-mathematica - 数学 : Getting rid of the "x ->" in FindInstance results,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1616091/
我几乎所有的事情都在 Matlab 中完成,但我还没有想出一个在 Matlab 中复制 Mathematica 的 FindInstance 函数的好方法。例如,使用 Mathematica,我可以输
假设我有以下结果: a=FindInstance[2*b^2 + b^3 == b^4 + t && t -1, {b, t}, Integers, 20] {{b -> -1, t -> 0}
我是一名优秀的程序员,十分优秀!