|
Jacobi Method
#include <stdio.h>
#include <math.h>
#define x 1
#define y 2
#define del_x 0.05
#define del_y 0.05
#define NM 21
#define JM 41
#define err_max 0.01
void main()
{
int i,j;
int n=1;
double err;
double T[NM][JM];
double old_T[NM][JM];
double fabs(double);
//Matrix 초기화
for(
|
- 페이지 15페이지
- 가격 2,000원
- 등록일 2010.05.06
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|