Post Reply 
Cross in Matrix
06-23-2015, 12:27 PM
Post: #5
RE: Cross in Matrix
(06-23-2015 01:59 AM)rgallier Wrote:  Why does
det( [ [ i j k ] , [ 2 3 1 ] , [ 1 2 3 ] ])
return
-6.48*j+2.04*k-0.24*i
instead of
-0.24*i-6.48*j+2.04*k

"i" is always put at the end because "i" is not a variable, but is the constant i. Try h+i+j; it returns h+j+i. Never use i or e as variables, because they aren't.

<0|ΙΈ|0>
-Joe-
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Cross in Matrix - nakjaen - 10-15-2014, 06:52 PM
RE: Cross in Matrix - Han - 10-15-2014, 08:48 PM
RE: Cross in Matrix - mlpalacios8 - 10-16-2014, 01:48 AM
RE: Cross in Matrix - rgallier - 06-23-2015, 01:59 AM
RE: Cross in Matrix - Joe Horn - 06-23-2015 12:27 PM



User(s) browsing this thread: 1 Guest(s)