I built program that calculate several matrix functions. You enter 4x4 matrix or select from Matrix examples and select matrix operation: Matrix transpose, Determinant calculation, Matrix trace or Matrix Inverse. And the program calculate results.
This is a Main window that the program create:
You can select another matrix from Matrix examples. For example Magic Matrix of Durer:
Or 123 Matrix:
Or enter your 4x4 matrix.
Calculate window of Matrix Transpose of Chautisa Yantra matrix looks as follows:
Calculate window of Determinant calculation of Magic Matrix of Durer looks as follows:
Calculate window of Matrix Trace of Magic Matrix of Durer looks as follows:
Calculate window of Matrix Inverse of 123 Matrix looks as follows:
Tuesday, June 7, 2011
Tuesday, May 24, 2011
Magic Square with Visual Studio 2008 C++ Windows Forms
I built the program that shows Magic Square of Melencolia I - engraving by the German Renaissance master Albrecht Dürer.
Solution Explorer looked as follow:
This is a main window that the program creates:
This is a Description window:
This is a Melencolia window:
This is a Magic Square window:
This is a Sum Calculation window:
Friday, May 20, 2011
Quadratic Function with Visual Studio 2008 C++ Windows Forms
I built program that calculate quadratic function. You enter 3 parameters of the quadratic function: a, b, c. And the program calculate results: discriminant, roots, vertex, intersection with y-axes and draw a graph of the function.
This is a window that the program create:
This is a window that the program create:
Solution Explorer looked as follow:
Subscribe to:
Posts (Atom)