Feeds
질문
CREATE MATRIX FROM MATRIX
please i need program create from this matrix (matrix *A*) -------> matrix *B* SHOW BELOW A=[1:1:5;2:2:10;3:3:15;4:4:20;...
거의 10년 전 | 답변 수: 0 | 0
0
답변질문
Create a new matrix of the old matrix
CREATE THIS MATRIX *B* 5*9 CREATE *B* FROM *A* BY USING *FOR* STAEMENT 0 0 0 0 1 2 3 4 5 0 0 0 2 4 ...
거의 10년 전 | 답변 수: 3 | 0
3
답변답변 있음
input matrix as below
I know that the solution to the question is using a prompt to mod , but the problem of establishing a matrix even numbers and od...
input matrix as below
I know that the solution to the question is using a prompt to mod , but the problem of establishing a matrix even numbers and od...
거의 10년 전 | 0
답변 있음
input matrix as below
My question is of the matrix in question I want a program that creates the first two matrices comprising all the even-numbered s...
input matrix as below
My question is of the matrix in question I want a program that creates the first two matrices comprising all the even-numbered s...
거의 10년 전 | 0
질문
input matrix as below
writ the program to separate the even and odd number by using for and if statement .assume the input matrix as below a=...
거의 10년 전 | 답변 수: 3 | 0
