Advertisement

1 - 10 of 453 containing alltags:("matrix") (0.001 seconds)
using an incedence matrix to represent a graph, and using the Depth First Search algorithm, how does one code the Depth First Search function to do this. pseudo code for DFS function: DFS(int i...
Zones: CDate Answered: 11/18/1997 Grade: A Views: 5
I have a problem building , or reformatting, data held in a CAR information Database. I want to display car model information for GB. This information display what features the model has. FEATURE...
Zones: SybaseDate Answered: 09/17/1998 Grade: B Views: 4
the size of the matrix should be n x n. Like 2 x 2,  3 x 3, 100 x 100. For example, n = 5, so 5 x 5. you must use 1 to 25 to fill out the matrix from small to large. Like      small -----------> ...
Zones: CDate Answered: 12/13/1998 Grade: C Views: 0
Hey, I have writen a small 3d engine. However, I need to rotate a object, as well as keep the object in place and expand it.  I have read in the MSDN that the corret way to do this is to multiply ...
Zones: CDate Answered: 02/21/2000 Grade: A Views: 0
I am currently using MetroWerks Codewarrior Version 4 on a PC running Windows NT.  My problem is that I need to use matrix manipulation in my program.  Does anybody know how to go about manipulatin...
Zones: C++Date Answered: 07/31/2000 Grade: B Views: 10
Is Matrix class (for numeric computing) available?
Zones: Visual BasicDate Answered: 01/25/2001 Grade: A Views: 0
I would like to know how to implement dynamic matrix by using STL. I don't know the size of the matrix from advance (I get it from the constructor).
Zones: C++Date Answered: 05/24/2001 Grade: A Views: 0
I've multiplied 2 matrices eg 6 1.5       8 7 4 1     *   6 4 my results were 57 48 38 32 what i am trying to do now is find the average of 57 + 48 = 105 / 2 = 52.5 and 38 + 32 = 70 / ...
Zones: C++Date Answered: 02/19/2002 Grade: A Views: 0
i am required tio write a program that reads matrices from a data file, computes the sum and other mathematical operations. i am suppose to implement this program using three files namely, matrix.h...
Zones: C++Date Answered: 03/08/2002 Grade: A Views: 0
My code presently has the following ugly form: int NUMROWS, NUMCOLS ; float* ArrayA = new float[ NUMCOLS * NUMROWS ] ; // // Initialize ArrayA to 0.0 // for ( int i = 0 ; i < NUMROWS; i+...
Zones: C++, Microsoft Visual C++Date Answered: 09/03/2001 Grade: A Views: 0