Diagonal matrix Questions

1

Array manipulation
i want to create a 10×10 matrix(with user input) for e.g., i have given a small sample of 2×2 matrix and below is the description regarding what manipulation i want to do. say for e.g my matrix is 0.76   1 0      0.3 now what i want to do is that, whenever the value in the [...]

Answer Question   |  October 6, 2010  6:52 AM
Array, Array processing, Arrays, Arrays (programming), Diagonal matrix, Java, Java Array
asked by:
15 pts.

Defining a diagonal matrix in VB 6
Hi. I am having trouble defining a diagonal matrix. I am using code that is something like public diagmatrix(numofm, numofm) as long (numofm has been pre-set as some number) but i’m getting an error message, “constant expression required”. Thing is, to begin with, the number of columns and rows (square matrix) should be equal to [...]

Answer Question   |  January 24, 2009  10:18 PM
Diagonal matrix, VB 6, Visual Basic, Visual Basic 6
asked by:
25 pts.

1