TAILIEUCHUNG - matlab primer 7th edition phần 6

Bạn thực hiện thay thế cho bất kỳ một biến biểu tượng, trong đó trả về một ma trận của các biểu thức biểu tượng hoặc các giá trị số. Hãy thử điều này, xây dựng một chức năng F tìm thấy G dẫn xuất của nó, và đánh giá Bạn có thể thay thế biểu hiện nhiều biểu tượng, biểu thức số, | You can substitute multiple symbolic expressions numeric expressions or any combination using cell arrays of symbolic or numeric values. Try syms x y S xAy subs S x 3 subs S X y 3 2 subs s x y 3 x 1 You perform multiple substitutions for any one symbolic variable which returns a matrix of symbolic expressions or numeric values. Try this which constructs a function F finds its derivative G and evaluates G at x 0 .1 1. syms x F xA2 sin x G diff F subs G x 0 .1 1 Also try a subs S y 1 9 a 3 _ a subs S x y 2 ones 9 1 1 9 The first expression returns a row vector containing the symbolic expressions x xA2 . xA9. The second substitution returns a numeric column vector containing the powers of 2 from 2 to 512. Each entry in the cell array must be of the same size. Substitution acts just like composition in calculus. Taking the derivative of function composition illustrates the chain rule of calculus f sym f x g sym g x 101 diff subs f g pretty ans Algebraic simplification Convenient algebraic manipulations of symbolic expressions are available. The function expand distributes products over sums and applies other identities whereas factor attempts to do the reverse. The function col lect views a symbolic expression as a polynomial in its symbolic variable which may be specified and collects all terms with the same power of the variable. To explore these capabilities try the following syms a b x y z eXpand a b A5 faCtor ans expand exp x y expand sin x 2 y faCtor xA6 - 1 collect x x x 3 5 1 horner ans collect x y z x - y - z collect x y z x - y - z y collect x y z x - y - z z diff x 3 exp x factor ans The powerful function simpl ify applies many identities in an attempt to reduce a symbolic expression to a simple form. Try for example simplify sin x A2 cos x A2 simplify exp 5 log x 1 d. diff xx2 1 xA2 - 1 simplify d 102 The alternate function simp e computes several simplifications and chooses the shortest of them. It often gives better results on expressions involving .

TỪ KHÓA LIÊN QUAN
TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.