Linear Algebra and the C Language/a0ep
Install and compile this file in your working directory.
/* ------------------------------------ */
/* Save as : c00c.c */
/* ------------------------------------ */
#include "v_a.h"
/* ------------------------------------ */
int main(void)
{
double **A = p_mR(eye_mR(i_mR(R3,C3)), S1,P0,C6);;
printf("A = ID\n\n");
stop();
f_mR(A);
return 0;
}
/* ------------------------------------ */
/* ------------------------------------ */
Screen output example:
+1 +0 +0
+0 +1 +0
+0 +0 +1
A = ID
Press return to continue.