Calculate the volume of the area enclosed by the following vectors.
Show older comments
Hello!
I'm certainly a beginner when it comes to MatLAB, but I can find my way around eventually; except with this problem. I'm given the following to find, with the givens:
Use the determinate, or norm, to calculate the volume of the area enclosed by the following vectors.
a = 2*i+1*j+1*k
b= 2*i+-2*j+6*k
c=0*i+0*j+9*k
This is all that's given to me. When I enter this into MatLAB, it returns the error message, "??? Undefined function or variable 'k'." When I first looked at this problem, my first thought was, what are "i," "j," and "k." But I came to the conclusion that "i," and "j," are just the imaginary units, but I still have no idea what "k" is. Any help is appreciated!
Thanks!
4 Comments
bym
on 12 Feb 2013
i j k are the basis for the vectors, i & j are not imaginary units
Connor
on 12 Feb 2013
Sven
on 12 Feb 2013
You need to understand in your homework what i, j, and k actually mean. They are not variables for you to plug into an equation. What if your question stated:
a = 2*x+1*y+1*z
What do x, y and z represent?
If you can answer that question, you'll be able to do this homework without any problems.
Connor
on 12 Feb 2013
Accepted Answer
More Answers (0)
Categories
Find more on Image Processing Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!