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!
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top