Feeds
질문
how to make plot for non-trivial solution.
problem det(M(n,m)-N(n,m))=0 (-∞<n<∞,1≤m<∞). clc close all clear all c=3*10^8; syms beta step=inpu...
대략 11년 전 | 답변 수: 0 | 0
0
답변질문
how we can solve a determinant
A=[1-(x-1)^2,1-x^2,1-(x+1^)2; 2^2-(x-1)^2, 2^2-x^2, 2^2-(x+1)^2; 3^2-(x-1)^2, 3^2-x^2, 3^2-(x+1)^2]; det(A)=0; det means...
대략 11년 전 | 답변 수: 2 | 0
