Skip to content

ohjunee/test-dsp

Repository files navigation

C++/Matlab Practice for Undergraduate

In linear algebra, Cramer's rule is an explicit formula for the solution of a system of linear equations with as many equations as unknowns, valid whenever the system has a unique solution. It expresses the solution in terms of the determinants of the (square) coefficient matrix and of matrices obtained from it by replacing one column by the column vector of right-sides of the equations.

Details

스크린샷_20221227_055423 스크린샷_20221227_055431

0 ⇒ 1 ⇒ 1
1 ⇒ 10 ⇒ 010
2 ⇒ 11 ⇒ 011
3 ⇒ 100 ⇒ 00100
4 ⇒ 101 ⇒ 00101
5 ⇒ 110 ⇒ 00110
6 ⇒ 111 ⇒ 00111
7 ⇒ 1000 ⇒ 0001000
8 ⇒ 1001 ⇒ 0001001
...

Details

merge_from_ofoct

About

C++/Matlab Example for Undergraduate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published