TAILIEUCHUNG - matlab primer 6th edition phần 6

và nhà xuất bản không thể chịu trách nhiệm về tính hợp lệ của tất cả các vật liệu hoặc hậu quả của việc sử dụng của họ. Không cuốn sách này cũng không phải bất kỳ phần nào có thể được sao chép, truyền đi dưới bất kỳ hình thức nào hoặc bất kỳ phương tiện, điện tử hoặc cơ khí, | What you see is a picture of where A and c differ and another picture of which entries of A are greater than 2. 14. The Symbolic Math Toolbox The Symbolic Math Toolbox which utilizes the Maple V kernel as its computer algebra engine lets you perform symbolic computation from within MATLAB. Under this configuration MATLAB s numeric and graphic environment is merged with Maple s symbolic computation capabilities. The toolbox M-files that access these symbolic capabilities have names and syntax that will be natural for the MATLAB user. Key features of the Symbolic Math Toolbox are included in the Student Version of MATLAB. Since the Symbolic Math Toolbox is not part of the Professional Version of MATLAB it may not be installed on your system in which case this Chapter will not apply. Many of the functions in the Symbolic Math Toolbox have the same names as their numeric counterparts. MATLAB selects the correct one depending on the type of inputs to the function. Typing help eig and help sym eig displays the help for the numeric eigenvalue function and its symbolic counterpart respectively. Symbolic variables You can declare a variable as symbolic with the syms statement. For example syms X creates a symbolic variable X. The statement syms X real o 2002 by CRC Press LLC declares to Maple that X is a symbolic variable with no imaginary part. Maple has its own workspace. The statements clear or clear X do not undo this declaration because it clears MATLAB s variable X but not Maple s variable s. Use syms X unreal which declares to Maple that X may now have a nonzero imaginary part. The clear all statement clears all variables in both MATLAB and Maple and thus also resets the real or unreal status of X. You can also assert to Maple that X is always positive with syms X positive. Symbolic variables can be constructed from existing numeric variables using the sym function. Try z 1 10 a sym z y rand 1 b sym y d although a better way to create a is a sym 1 10 The syms .

TỪ KHÓA LIÊN QUAN
TÀI LIỆU MỚI ĐĂNG
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.