Files Classes Functions Hierarchy
#include <cmath>#include <iostream>#include <iomanip>#include <fstream>#include <commandline.h>#include <desys.h>#include <desystest.h>#include <desystestspring2.h>#include <nintegration.h>#include <typedefs.h>
Go to the source code of this file.
Functions | |
| void | desystestprobleminfo () |
| void desystestprobleminfo | ( | ) |
Definition at line 53 of file desystest.cpp.
00054 { 00055 cout << "y''+y = 0" << endl; 00056 cout << "y(0)=1, y'(0)=0" << endl; 00057 cout << "y=cos(x) by algebra." << endl; 00058 cout << endl; 00059 }
1.5.8