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...
Message search is now enhanced, find messages faster. Take it for a spin.

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
Complex with Fraction Values.   Message List  
Reply | Forward Message #427 of 664 |
* Open a file c01a.c for example.
* Use the command Compile ... (With Dev-c++ Menu/Execute/Compile)
* Use the command Run .......... (With Dev-c++ Menu/Execute/Run)

* With Linux :(-lm : for math library)
* gcc c01a.c -lm Return
* a.out Return

Complex with Fraction Values.
c01a.c: I_z(*,*,*,*); i_z(i_f(*,*),i_f(*,*)); p_z(a);
c01b.c: re_Z(a); im_z(a);
c01c.c: add_z(a,b);
c01d.c: sub_z(a,b);
c01e.c: mul_z(a,b);
c01f.c: div_z(a,b);
c01g.c: inv_z(a);
c01h.c: conj_z(a);
c01i.c: sym_z(a);


http://www.geocities.com/xhungab/tutorial/t04b.zip

...




Mon May 28, 2007 4:16 pm

xhungab
Offline Offline
Send Email Send Email

Forward
Message #427 of 664 |
Expand Messages Author Sort by Date

* 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
Advanced

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