Solver Finding the Determinant of a 2x2 matrix
Algebra
->
Matrices-and-determiminant
-> Solver Finding the Determinant of a 2x2 matrix
Log On
Algebra: Matrices, determinant, Cramer rule
Section
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Source code of 'Finding the Determinant of a 2x2 matrix '
This Solver (Finding the Determinant of a 2x2 matrix )
was created by by
Shin123(626)
:
View Source
,
Show
,
Put on YOUR site
About Shin123
:
Just a kid who solves math problems for fun :)
==section input This solver will find the determinant of a 2x2 matrix, *[input a=1] *[input b=2] *[input c=3] *[input d=4] ==section solution The determinant of a matrix {{{matrix(2,2,a,b,c,d)}}} is ad-bc. In this case the determinant is *[assign det=$a*$d-$b*$c] $det. ==section output det ==section check