Nguyet Nguyen
Followers: 0 Following: 0
Feeds
질문
Decode the cryptogram was encoded from 2x2 matrix
the cryptogram was encoded with 2x2 matrix What is the message? 5 2 25 11 -2 -7 -15 -15 32 14 -8 -13 38 19 -19 -19 37 16 I fi...
2년 초과 전 | 답변 수: 1 | 0
1
답변질문
Create the program to return the orthogonal basis and orthonormal basis
Write a program to input any number of vectors in R^n and return return the orthogonal basis and orthonormal basis of the subspa...
2년 초과 전 | 답변 수: 2 | 0
2
답변질문
How to flot the function f(x,y)=(x^(2)+y^(2)) ℯ^(y^(2)-x^(2))
I used the code: figure fsurf(@(x,y)(x.^2+y.^2)* exp(y.^2-x.^2), but i don't know the range to input. can you guys help me p...
2년 초과 전 | 답변 수: 2 | 0