TheFerruccio
- 216
- 0
Homework Statement
Solve the Ax=b
Homework Equations
A=##\left(
\begin{array}{ccc}
0 & \cos (L \lambda ) & \sin (L \lambda ) \\
\sin \left(\frac{L \lambda }{2}\right) & -\cos \left(\frac{L
\lambda }{2}\right) & -\sin \left(\frac{L \lambda }{2}\right)
\\
\lambda \cos \left(\frac{L \lambda }{2}\right)+4 \sin
\left(\frac{L \lambda }{2}\right) & \lambda \sin \left(\frac{L
\lambda }{2}\right) & -\lambda \cos \left(\frac{L \lambda
}{2}\right) \\
\end{array}
\right)##
b=zero vector.
x = what I am trying to solve for.
The Attempt at a Solution
This can be done a variety of ways, including in Mathematica. Do I try to solve for λ first, then plug it into the matrix, and solve for x? I've found that even being very precise with my λ yields x = 0. Is there any other way to approach this problem that is simpler?