Evaluating Matrix A: Step-by-Step Guide for Homework

  • Thread starter Thread starter lakitu
  • Start date Start date
  • Tags Tags
    Matrices
AI Thread Summary
To evaluate a matrix, one must clarify the context, as matrices themselves are not evaluated like numbers. If discussing a matrix function, such as f(x), it can be evaluated at specific values of x. The term "evaluate" can also refer to computing the determinant of a square matrix, which is relevant for square matrices. In the example provided, the magnitude of the vector u can be calculated using the formula |u| = √((-3)² + 11² + 6²). Understanding the specific operation intended is crucial for proper evaluation.
lakitu
Messages
27
Reaction score
0
hi there how would you go about evaluating a matrices? for example. evaluate A

A=

(-3)
(11)
(6)

i need to know this for my homework? it sounds simple but my book does not cover this. Any help would be great.

Kind Regards

Lakitu
 
Physics news on Phys.org
`Evaluate' in what way?

And is...

A=\left(\begin{array}{c} -3 & 11 & 6 \end{array}\right)
 
You don't "evaluate" a matrix, just as you don't evaluate a number! You can, of course, evaluate a matrix function just as you can evaluate a numerical function.

If
f(x)= \left(\begin{array}{c} -3x \ x^2 & 4x^3 \ 6x \end{array}\right)
Then it would make sense to evaluate that matrix (function) at, say, x= 2.
 
i see, what about Evaluate | u | does that make sense?
 
For a given value of u, yes. It makes sense to "evaluate" any formula in one or more variables for given values of those variables. "Evaluate" means to determine the value of a formula when replacing the variables by numbers.
 
lakitu said:
i see, what about Evaluate | u | does that make sense?

Is your "u" a square matrix? If so, then "Evaluate |u|" might mean "Compute the determinant of the square matrix u". In the context of HallsofIvy's post, the "formula" is the rule to compute the determinant of a square matrix and the "variable" is the square matrix u.
 
lakitu said:
i see, what about Evaluate | u | does that make sense?
Yeah - that makes sense.

For u=(-3, 11, 6)

The magnitude |u|=\sqrt{(-3)^2+11^2+6^2}
 
Back
Top