Search the web
Sign In
New User? Sign Up
mathc · Math C language Numeric Symbolic TeX
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 375 - 443 of 583   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
375
. ************ 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
Offline Send Email
Feb 26, 2007
12:48 pm
376
. ************ I present here the intermediate functions used into the functions : zero_under_pivot_mR(); det_R(); ************ The elementary rows operation :...
xhumga bernard
xhungab
Offline Send Email
Feb 26, 2007
12:52 pm
377
. ************ 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
Offline Send Email
Feb 26, 2007
12:57 pm
378
. ************ This time I create some useful matrices. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return a.out Return ************ * You can...
xhumga bernard
xhungab
Offline Send Email
Feb 26, 2007
1:02 pm
379
. ************ 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
Offline Send Email
Feb 26, 2007
1:04 pm
380
. ************ 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
Offline Send Email
Feb 26, 2007
4:03 pm
381
. ************ 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
Offline Send Email
Mar 1, 2007
6:06 pm
382
. ************ I present here the intermediate functions used into the functions : zero_under_pivot_mZ(); det_Z(); ************ The elementary rows operation :...
xhumga bernard
xhungab
Offline Send Email
Mar 1, 2007
6:09 pm
383
. ************ 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
Offline Send Email
Mar 2, 2007
8:17 pm
384
************ This time I create some useful matrices. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return a.out Return ************ * You can...
xhumga bernard
xhungab
Offline Send Email
Mar 5, 2007
11:21 am
385
. ************ 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
Offline Send Email
Mar 5, 2007
11:27 am
386
. ************ 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
Offline Send Email
Mar 5, 2007
11:31 am
387
. ************ 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
Offline Send Email
Mar 7, 2007
3:59 pm
427
* Open a file c01a.c for example. * Use the command Compile ... (With Dev-c++ Menu/Execute/Compile) * Use the command Run .......... (With Dev-c++...
xhumga bernard
xhungab
Offline Send Email
May 28, 2007
4:20 pm
428
************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return a.out Return ************ * You can compile the a_main.c files directly without create a ...
xhumga bernard
xhungab
Offline Send Email
May 30, 2007
11:56 am
429
. ************ Windows : Dev-C++ 4 Linux : gcc abc.c -lm Return a.out Return ************ * You can compile the a_main.c files directly without create a ...
xhumga bernard
xhungab
Offline Send Email
May 30, 2007
12:02 pm
430
Tutorial Part 01. * For example with TeXShell and MiKTeX 2.7. * Open the menu "Options\Program Calls". Verify that there is "tex --src-specials %F.tex" "tex"...
xhumga bernard
xhungab
Offline Send Email
May 30, 2008
8:28 pm
431
Tutorial Part fr01. ************ This is a french example. main.tex : The main file. (Compile this file) p00.tex : Title, Table of content. p01.tex : Lesson 1....
xhumga bernard
xhungab
Offline Send Email
May 31, 2008
3:36 pm
432
Tutorial Part 02. ... main01.tex : The main file. (Compile this file) ... main02.tex : The main file. (Compile this file main02.pdf) x01.tex : Initialisation. ...
xhumga bernard
xhungab
Offline Send Email
Jun 1, 2008
2:15 pm
433
Tutorial Part 03. ... main01.tex : The main file. (Compile this file main01.pdf) ... xb00.tex : Initialisation. xb01.tex : \thm(i), \coro(i), \lem(i), \prop(i....
xhumga bernard
xhungab
Offline Send Email
Jun 2, 2008
9:23 pm
434
Tutorial Part 04. ... main02.tex : The main file. (Compile this file see:main02.pdf) ... xb00.tex : Initialisation. xb01.tex : \thm(i), \coro(i), \lem(i),...
xhumga bernard
xhungab
Offline Send Email
Jun 3, 2008
5:54 pm
435
Tutorial Part 05. ... main01.tex : The main file. (Compile this file main01.pdf) ... x01.tex : Initialisation. x02.tex : other functions. x03.tex : graphic...
xhumga bernard
xhungab
Offline Send Email
Jun 24, 2008
3:40 pm
436
freeware http://groups.yahoo.com/group/mathc/ * Calculus : Piecewise-defined functions. ************ Windows : Dev-C++ 4, Lcc-win32 Linux : gcc abc.c -lm...
xhumga bernard
xhungab
Offline Send Email
Nov 23, 2008
10:49 pm
437
freeware http://groups.yahoo.com/group/mathc/ * Calculus : Root of Polynomial functions. (graphic solution) ************ Windows : Dev-C++ 4, Lcc-win32 Linux...
xhumga bernard
xhungab
Offline Send Email
Nov 23, 2008
10:51 pm
438
freeware http://groups.yahoo.com/group/mathc/ * Calculus : The synthetic division. (Horner method) ************ Windows : Dev-C++ 4, Lcc-win32 Linux : gcc...
xhumga bernard
xhungab
Offline Send Email
Nov 23, 2008
10:52 pm
439
freeware http://groups.yahoo.com/group/mathc/ * Calculus : Exponential Functions. ************ Windows : Dev-C++ 4, Lcc-win32 Linux : gcc abc.c -lm Return ...
xhumga bernard
xhungab
Offline Send Email
Nov 26, 2008
11:15 am
440
freeware http://groups.yahoo.com/group/mathc/ * Calculus : Logarithmic Functions. ************ Windows : Dev-C++ 4, Lcc-win32 Linux : gcc abc.c -lm Return ...
xhumga bernard
xhungab
Offline Send Email
Nov 26, 2008
11:15 am
441
freeware http://groups.yahoo.com/group/mathc/ * Calculus : y = a sin(bx+c) y = a cos(bx+c) ************ Windows : Dev-C++ 4, Lcc-win32 Linux : gcc abc.c -lm...
xhumga bernard
xhungab
Offline Send Email
Nov 28, 2008
11:36 am
442
freeware http://groups.yahoo.com/group/mathc/ * Calculus : Trygonometry. y = a cosec(bx+c) y = a sec(bx+c) ************ Windows : Dev-C++ 4, Lcc-win32 Linux...
xhumga bernard
xhungab
Offline Send Email
Nov 28, 2008
11:46 am
443
freeware http://groups.yahoo.com/group/mathc/ * Calculus : Trygonometry. y = a tan(bx+c) y = a cotan(bx+c) ************ Windows : Dev-C++ 4, Lcc-win32 Linux...
xhumga bernard
xhungab
Offline Send Email
Nov 28, 2008
11:46 am
Messages 375 - 443 of 583   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help