From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Dynamic Signal Acquisition

cancel
Showing results for 
Search instead for 
Did you mean: 

ODE를 풀고싶어요.

static MathError __cdecl SolveLinearEquationsMultipleRightHand(
    const CNiMatrix& A,
    MatrixType typeA,
    const CNiMatrix& B,
    CNiReal64Matrix& X);

 

이 Sover의 정확한 사용용법을 알고싶습니다.

 

A의 상태매트릭스와 B의 조건매트릭스를 정의하면

X가 나오는것은 알겠는데 이 X를 시간에대한 연속적인 수치적데이터로 볼수있게 할려면 어떻게 해야하나요..??

 

예를들어

mx"+cx'+kx=5sin10t 와 같은 시스템의 상태함수 x(t)는 시간에 따른 함수인데.

SolveLinearEquationsMultipleRightHand() 에서 시간에 따른 상태함수 x(t)를 구하려면 어떻게 해야하죠?

0 Kudos
Message 1 of 1
(6,375 Views)