Linear Algebra and the C Language
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.
To successfully work through this book, it is necessary to be familiar with the concepts of Linear Algebra presented and have a good foundation in C Programming.
Contents
Properties and Applications: (The library see below)
The library
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.
UtilitiesMatricesDeterminant |
Gauss-Jordan
Dot product |
