1 / 7

제어공학기초 설계실습 #3

제어공학기초 설계실습 #3. Polynomials. 실험실습 #3 안내서. 실험실습 번호 : #3 실험실습 일시 : 2007. . . 담당교수 :  담당조교 : , . 제목 : Polynomials 목적 : 다항식은 Matlab 에서 제어시스템을 실습하는데 있어 자주 사용되는 것으로 , 이의 처리 방법에 대해 익힘 실습에 필요한 기초지식 : 슬라이드 유인물 참조 실습절차 : 슬라이드 유인물 참조.

Télécharger la présentation

제어공학기초 설계실습 #3

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 제어공학기초 설계실습 #3 Polynomials

  2. 실험실습 #3 안내서 • 실험실습 번호 : #3 • 실험실습 일시: 2007. . . • 담당교수 :  • 담당조교 : ,  제목 : Polynomials 목적 : 다항식은 Matlab에서 제어시스템을 실습하는데 있어 자주 사용되는 것으로, 이의 처리 방법에 대해 익힘 실습에 필요한 기초지식 : 슬라이드 유인물 참조 실습절차 : 슬라이드 유인물 참조

  3. Mathematical Operations and Functions • Mathematical Operations and Functions: Basic Operations: +, -, *, /, \, ^ (power), ' (transpose)                  standard trigonometric functions                  hyperbolic functions                  log, log10, exp, sqrt, det (determinant)                  inv, eig, rank                  real, imag, abs, conj

  4. Polynomials • Polynomials The roots of the polynomial founded by

  5. Polynomials The “poly” command is used to form a polynomial from its roots

  6. 1) 다음의 연산을 실행해 보시오. >> 2+3 >> 2*3 >> 2/3 >> 2\3 >> 2^3 >> 0/1 >> 1/0 >> 0/0 2) 앞에 설명된 MATLAB example 들을 실행해 보시오. Matlab 실험·실습과제3

  7. Matlab 실험·실습과제3 • 3) 다항식 을 입력하시오 • 4) 방정식 의 근을 구하시오. • 5) 다항식 을 입력하시오. • 6) 다음 식을 실행해 보고, 그 의미를 설명하시오. >>num=[7 9 12]; >>den=conv(poly([0 -7]),[1 10 100]); >>[A,B,C]=residue(num,den)

More Related