TAILIEUCHUNG - matlab primer 6th edition phần 7

bao gồm cả photocopy, microfilming, và ghi âm, hoặc bằng bất kỳ hệ thống lưu trữ thông tin hoặc thu hồi, mà không được sự cho phép trước bằng văn bản được hiển thị trong cửa sổ lệnh Lịch sử của bạn. Đối với nhiều lựa chọn hơn, lựa chọn và nhấp chuột phải vào một dòng của cửa sổ lệnh. | The result a is a solution in the variable X and b is a solution in y. To solve an equation whose right-hand side is not 0 use a quoted string. Some examples are X solve log X X - 2 vpa X X Solve 2Ax X 2 vpa X This solves for the variable a A solve 1 a b a-b b a and this solves the same equation for b f solve 1 a b a-b b b The function solve can also compute the solutions of systems of general algebraic equations. To solve for example the nonlinear system below it is convenient to first express the equations as strings. 51 xA2 yA2 zA2 2 52 X y 1 53 y z 1 The solutions are then computed by X Y z solve S1 S2 S3 If you alter S2 to S2 X y z 1 then the solution computed by X Y z solve S1 S2 S3 o 2002 by CRC Press LLC will be given in terms of square roots. The solve function can take quoted strings or symbolic expressions as input arguments but you cannot mix the two types of inputs. Solving differential equations The function dsolve attempts to solve ordinary differential equations. The symbolic differential operator is D so that Y - dsolve Dy - xA2 y x produces the solution Cl exp l 3 xA3 to the differential equationy x2 y. The solution to an initial value problem can be computed by adding a second symbolic expression giving the initial condition. Y - dsolve Dy - xA2 y y 0 4 x Notice that in both examples above the final input argument x is the independent variable of the differential equation. If no independent variable is supplied to dsolve then it is assumed to be W. The higher order symbolic differential operators D2 D3 . can be used to solve higher order equations. Explore the following dsolve D2y y - 0 dsolve D2y y - xA x dsolve d2 y - xA2 . y 0 - 4 Dy o - l x dsolvH D2y - Dy - 2 y dsolve d2 6-Dy - l3 y Y - dsolve D2y 6 Dy l3 y - cos W Y - simple Y o 2002 by CRC Press LLC dsolve D3y - 3 Dy 2 y pretty fans Systems of differential equations can also be solved. For example El DX -2 x y E2 Dy X - 2 y z E3 Dz y - 2 z The solutions are then computed with x y z@

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.