MMMMMM Thanks
I've got
Search found 10 matches
- Fri Jun 23, 2006 10:40 pm
- Forum: Algorithms
- Topic: help me
- Replies: 4
- Views: 2359
help me
Who can help me to solve
A11*X11+A12*X12+...+A1n*X1n=B1 ;
A21*X21+A22*X22+...+A2n*X2n=B2 ;
..........................................
An1*Xn1+An2*Xn2+...+Ann*Xnn=Bn ;
Where I know n,Aij and Bi (1<= i <=n)
Xij=???
I heard about Hauss method. Who can give me the algorithm to solve it???
A11*X11+A12*X12+...+A1n*X1n=B1 ;
A21*X21+A22*X22+...+A2n*X2n=B2 ;
..........................................
An1*Xn1+An2*Xn2+...+Ann*Xnn=Bn ;
Where I know n,Aij and Bi (1<= i <=n)
Xij=???
I heard about Hauss method. Who can give me the algorithm to solve it???
- Thu Jun 08, 2006 6:43 pm
- Forum: Algorithms
- Topic: what is BACKTRACK
- Replies: 2
- Views: 1622
Thanks
Thank you 

- Mon Jun 05, 2006 6:08 pm
- Forum: Algorithms
- Topic: what is BACKTRACK
- Replies: 2
- Views: 1622
what is BACKTRACK
who can tell me what is BACKTRACK?
STACKs
What is a stack? Who can help me?
- Mon Jun 05, 2006 6:01 pm
- Forum: Algorithms
- Topic: Tell me about graph, help me
- Replies: 4
- Views: 3176
- Mon Jun 05, 2006 5:30 pm
- Forum: Algorithms
- Topic: Tell me about graph, help me
- Replies: 4
- Views: 3176
Tell me about graph, help me
MMMMMMM what is a graph? who can tell me? i want to learn graphs' theory. who can give me a piece of code or a problem of using graph?
please, help me.
please, help me.
- Mon Jun 05, 2006 1:41 pm
- Forum: Algorithms
- Topic: need to learn basic geometry
- Replies: 1
- Views: 1929
it is not the beginning, but you can go http://www.mathpages.com/home/igeometr.htm
POINTERS
I want to learn more about pointers. I can't understand them. Who can tell me how use them in programs?