Area of a Parallelogram with out cross products

c-murda
Messages
67
Reaction score
0

Homework Statement



given the vertices:
(0,0)
(3,1)
(2,3)
(5,4)

Homework Equations



solving without cross products and with mathematica if available


The Attempt at a Solution



Te1=[3]
[1]
Te2=[2]
[3]


[det[Ay]]
________

[det[A]]

get you the solution

i got 7

correct?
 
Physics news on Phys.org
Yeah it looks ok. By the way since you have mathematica, couldn't you have verified the answer?
 
Defennder said:
Yeah it looks ok. By the way since you have mathematica, couldn't you have verified the answer?

i don't have mathematica that why i was checking my answer. and to know i could do it by hand.

thanks!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top