Messages:
Simplify | Expand (Group by Topic )
Author
Sort by Date
328
Update print functions.
Hello, I have rewritten the functions "print" for the reals and complexes matrices. "p_mR()", "p_mZ()". Now you can choose the number of columns that you want...
xhumga bernard
xhungab
Sep 21, 2006 5:31 am
329
linear algebra : Basic functions. Part 1
freeware http://groups.yahoo.com/group/mathc/ * linear algebra : Basic functions. Part 1 ************ Windows : Dev-C++ 4, Lcc, ... Linux : gcc abc.c -lm...
xhumga bernard
xhungab
Sep 21, 2006 5:40 am
330
linear algebra : Basic functions. Part 2
freeware http://groups.yahoo.com/group/mathc/ * linear algebra : Basic functions. Part 2 ************ Windows : Dev-C++ 4, Lcc, ... Linux : gcc abc.c -lm...
xhumga bernard
xhungab
Sep 21, 2006 5:52 am
331
linear algebra : Basic functions. Part 3.
freeware http://groups.yahoo.com/group/mathc/ * linear algebra : Basic functions. Part 3. ************ Windows : Dev-C++ 4, lcc, ... Linux : gcc abc.c -lm...
xhumga bernard
xhungab
Sep 21, 2006 5:58 am
332
linear algebra : Basic functions. Part 4.
freeware http://groups.yahoo.com/group/mathc/ * linear algebra : Basic functions. Part 4. ************ Windows : Dev-C++ 4, lcc, ... Linux : gcc abc.c -lm...
xhumga bernard
xhungab
Sep 21, 2006 6:02 am
333
[Algorithm] Determinant: Total Pivoting.
freeware http://groups.yahoo.com/group/mathc/ * [Algorithm] Determinant: Total Pivoting. ************ Windows : Dev-C++ 4, lcc Linux : gcc abc.c -lm Return ...
xhumga bernard
xhungab
Sep 22, 2006 4:35 am
334
[Algorithm] Determinant Complex Values: Total Pivoting.
freeware http://groups.yahoo.com/group/mathc/ * [Algorithm] Determinant Complex Values: Total Pivoting. ************ Windows : Dev-C++ 4, lcc, Linux : gcc...
xhumga bernard
xhungab
Sep 22, 2006 4:49 am
335
[Algorithm] Determinant: Inverse Matrix.
freeware http://groups.yahoo.com/group/mathc/ * [Algorithm] Determinant: Inverse Matrix. ************ Windows : Dev-C++ 4, lcc, Linux : gcc abc.c -lm Return ...
xhumga bernard
xhungab
Sep 22, 2006 4:58 am
336
[Algorithm] Determinant Complex matrices: Inverse Matrix.
freeware http://groups.yahoo.com/group/mathc/ * [Algorithm] Determinant Complex matrices: Inverse Matrix. ************ Windows : Dev-C++ 4, lcc Linux : gcc...
xhumga bernard
xhungab
Sep 22, 2006 5:05 am
337
[Algorithm] Determinant (real,complex) : Linear Systems.
freeware http://groups.yahoo.com/group/mathc/ * Determinant (real,complex) : Linear Systems. ************ Windows : Dev-C++ 4, lcc Linux : gcc abc.c -lm...
xhumga bernard
xhungab
Sep 22, 2006 10:37 am
338
[Algorithm] Gauss Jordan (real,complex)(inverse)
freeware http://groups.yahoo.com/group/mathc/ * [Algorithm] Gauss Jordan (real,complex)(inverse) ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm...
xhumga bernard
xhungab
Sep 22, 2006 12:58 pm
339
[Algorithm] Take a look at gj_mR(Ab); (Gauss jordan)
freeware http://groups.yahoo.com/group/mathc/ * Take a look at gj_mR(Ab); (Gauss jordan) ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return a.out...
xhumga bernard
xhungab
Sep 23, 2006 5:10 am
340
Take a look at gj_mZ(Ab); complex matrices (Gauss jordan)
freeware http://groups.yahoo.com/group/mathc/ * Take a look at gj_mZ(Ab); complex matrices (Gauss jordan) ************ Windows : Dev-C++ 4 Linux : gcc abc.c...
xhumga bernard
xhungab
Sep 23, 2006 5:12 am
343
[Algorithm] Gauss Jordan 1 : Complete Pivoting.
freeware http://groups.yahoo.com/group/mathc/ * [Algorithm] Gauss Jordan 1 : Complete Pivoting. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return...
xhumga bernard
xhungab
Sep 27, 2006 7:17 pm
345
[Algorithm] Gauss Jordan 3 : Complete Pivoting.
freeware http://groups.yahoo.com/group/mathc/ * [Algorithm] Gauss Jordan 3 : Complete Pivoting. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return...
xhumga bernard
xhungab
Sep 27, 2006 7:27 pm
347
[Algorithm] Gauss Jordan 5 :
freeware http://groups.yahoo.com/group/mathc/ * [Algorithm] Gauss Jordan 5 : . ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return a.out Return ...
xhumga bernard
xhungab
Oct 2, 2006 10:16 pm
348
smorgasbordet - Pelles C (free compiler)
Hello, I have try this free c compiler. http://www.smorgasbordet.com/pellesc/ It seems very interesting. Thank...
xhumga bernard
xhungab
Oct 3, 2006 12:31 pm
349
[Algorithm] Gauss Jordan 6 : Free Variables. (verify the result).
freeware http://groups.yahoo.com/group/mathc/ * [Algorithm] Gauss Jordan 6 : Free Variables. (verify the result). ************ Windows : Dev-C++ 4 Linux : gcc...
xhumga bernard
xhungab
Oct 8, 2006 7:38 am
350
[Algorithm] Gauss Jordan 7 : Free Variables. (step by step).
freeware http://groups.yahoo.com/group/mathc/ * [Algorithm] Gauss Jordan 7 : Free Variables. (step by step). ************ Windows : Dev-C++ 4 Linux : gcc...
xhumga bernard
xhungab
Oct 9, 2006 5:28 pm
351
[Algorithm] Gauss Jordan 4 : Partial Pivoting. UpDate
freeware http://groups.yahoo.com/group/mathc/ * [Algorithm] Gauss Jordan 4 : Partial Pivoting. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return ...
xhumga bernard
xhungab
Oct 14, 2006 1:22 pm
352
c program to find eigen values & eigen vectors
hello, everyone i am srinivas.i am doing my m.tech in civil engg in iiit-hyd. i want c code to find the eigen values & eigen vectors for n*n matrix. if any one...
sris3548
Oct 26, 2006 10:25 pm
353
[Octave + C] SVD,schur,Cholesky,pseudoinverse,Hessenberg,PLU,QR.
freeware http://groups.yahoo.com/group/mathc/ * Octave + C : SVD,schur,Cholesky,pseudoinverse,Hessenberg,PLU,QR. ************ Windows : Dev-C++ 4 Linux : gcc...
xhumga bernard
xhungab
Nov 1, 2006 9:18 am
354
Octave + C] (Complex Values) SVD,schur,Cholesky,pseudoinverse,Hesse
freeware http://groups.yahoo.com/group/mathc/ * Octave + C (Complex Values) : SVD,schur,Cholesky,pseudoinverse,Hessenberg,PLU,QR. ************ Windows :...
xhumga bernard
xhungab
Nov 1, 2006 9:28 am
355
* Octave + C : Eigenvalues Eigenvectors.
freeware http://groups.yahoo.com/group/mathc/ * Octave + C : Eigenvalues Eigenvectors. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return a.out...
xhumga bernard
xhungab
Nov 3, 2006 9:37 pm
356
Octave + C : Schur decomposition basic properties.
freeware http://groups.yahoo.com/group/mathc/ * Octave + C : Schur decomposition basic properties. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm...
xhumga bernard
xhungab
Nov 4, 2006 3:53 pm
357
Octave + C : Pseudoinverse
freeware http://groups.yahoo.com/group/mathc/ * Octave + C : Pseudoinverse. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return a.out Return ...
xhumga bernard
xhungab
Nov 18, 2006 3:17 pm
358
Octave + C : Singular values decomposition.
freeware http://groups.yahoo.com/group/mathc/ * Octave + C : Singular values decomposition. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return ...
xhumga bernard
xhungab
Nov 18, 2006 3:19 pm
375
[Algorithm] Det01 : Complete Pivoting
. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return a.out Return ************ * You can compile the *.c files directly without create a...
xhumga bernard
xhungab
Feb 26, 2007 12:48 pm
376
[Algorithm] Det02 : Intermediate functions.
. ************ I present here the intermediate functions used into the functions : zero_under_pivot_mR(); det_R(); ************ The elementary rows operation :...
xhumga bernard
xhungab
Feb 26, 2007 12:52 pm
377
[Algorithm] Det03 : Partial Pivoting.
. ************ This time I create the same function (det) but I use the partial pivoting algorithm. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm...
xhumga bernard
xhungab
Feb 26, 2007 12:57 pm