Display a linear combination: Difference between revisions

Line 43:
#include<stdlib.h>
#include<stdio.h>
#include<math.h> /*Optional, but better if included as fabs, labs and abs functions are being used. */
 
int main(int argC, char* argV[])
Line 131 ⟶ 132:
Vector for [-1] -> - e1
</pre>
 
=={{header|EchoLisp}}==
<lang scheme>
503

edits