cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X

Symbol and numerical value calculation

prilu
1-Visitor

Symbol and numerical value calculation

I have simple and for sure, for most of You silly question 😉

I have a matrix M, with symbolic values only

M=|a b|
|c d|

When I chose from symbolic toolbar determinent calculation command, I will recieve something like this"

|M|=|a b|-> ad-cb
|c d|

Now I wanna do exactly like this, but with numerical values.

|M1|=|1 2|-> 1*4-3*2 = -2
|3 4|

I wanna see how Mathcad exactly calculate this determinent, and I wanna see final value at the end of expression.
4 REPLIES 4
ViktorKorobov
14-Alexandrite
(To:prilu)

a:=1 b:=2 c:=3 d:=4
a*d-b*c explicit,ALL->1*4-2*3=-2
Viktor

Viktor

There seems to be a bug in MC14 M030 in this respect.

Richard
TomGutman
1-Visitor
(To:prilu)

In general Mathcad does not do a determinant by substituting in some expression for the determinant in terms of the matrix elements. For all but the most trivial matrices any such expression is much to big to be of any practical use. Rather it uses some form of Gauss-Jordan elimination, an iterative process.
__________________
� � � � Tom Gutman
Announcements

Top Tags