Linear Algebra and the C Language
Appearance
This book contains highly nested pages and/or nesting with inappropriate navigation. Please adjust the layout and navigation in order to improve accessibility. For help, see Manual of Style#Nesting. |
Congratulations on the new book! [click for more] Please read Using Wikibooks to learn about editing and writing books. You can ask any questions in the help room. |
Wikibooks Contributors Present:
Linear Algebra and the C Language
This book provides a library for real matrices in C language.
The aim of this book is to provide real matrices in C language, to familiarize yourself with linear algebra.
Start by downloading the library (2 Hours!).
The next step is to study the properties and applications, once the entire library has been downloaded.
Contents
[edit | edit source]
|
|
|
Properties and Applications: (The library)
[edit | edit source]The library
[edit | edit source]The library's construction is not standard. You can compile the C file directly. The functions are in the h files.
- To access to the library, be sure to use
#include "v_a.h"in the C source files.
Utilities[edit | edit source]Matrices[edit | edit source]Determinant[edit | edit source] |
Gauss-Jordan[edit | edit source]
Dot product[edit | edit source] |
