gpt4 book ai didi

wolfram-mathematica - 从方程的系数创建矩阵

转载 作者:行者123 更新时间:2023-12-04 08:15:21 26 4
gpt4 key购买 nike

鉴于方程

eqn1 = 5 x1 + 2 x2 + 3 x3 == 8
eqn2 = 4 x1 + 7 x2 + 9 x3 == 5
eqn3 = 6 x1 + x2 + 9 x3 == 2

我如何提取 x1, x2, x3 的系数形成一个矩阵?

我尝试使用 CoefficientArrays但输出是 SparseArray .

最佳答案

试试 Normal

(Normal[CoefficientArrays[{eqn1, eqn2, eqn3}, {x1, x2, x3}]][[2]]) // MatrixForm

enter image description here

关于wolfram-mathematica - 从方程的系数创建矩阵,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7443313/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com