当前位置: 代码迷 >> 综合 >> 线性代数复习分析(线性方程组)
  详细解决方案

线性代数复习分析(线性方程组)

热度:83   发布时间:2023-12-08 09:18:13.0

3.1数字线性方程组
in this part , two question may be asked
1.find the exact solution
2.find the general solution
3.find the common solution
two basic way:Gaussian elimination and the crammer law
a mixed question



4.2带参数齐次方程组
the way
use the det to determine the existence of the solution

question1

description:please find the value of the a , which enables the matrix can have the nonverbal solution , and describe the general solution
???83a+372a+213a+374a???(condition)

solution

then the let the det == 0
then we can get that
?4a2?5a+9==0(1)

then
a==1ora==?94(2)
;
in the former situlation
we can get
X=k(?13,?53,1)(solution 1)

in the latter
we can get that
X=k(198,?618,1)

4.3数字非齐次方程组 4.4带参数非齐次方程组
the same way , deal with the augmented matrix not the coefficient matrix,or use the crammer law,also the questions ,but much more difficult and boring to calculate ,and please note the combination of different fields
loading

  相关解决方案