"MATLAB" 002--the difference between left and right except

Source: Internet
Author: User

The difference between the left and right except MATLAB

Define two matrix A and matrix B first. As follows:

/: Remove Right. A/b represents the inverse of matrix A multiplied by matrix B.


\: Divide left. a\b represents the inverse of matrix a multiplied by B.


./: Right except. A./b represents each element in matrix a divided by the corresponding element of Matrix B.

. \: Left except. a.\b represents each element in matrix B divided by the corresponding element of matrix A.

Simple memory method: Stick |, left side is the other side, right side is removed.

Appendix 1: What is the difference between division and divide:

Division is the method of dividing another number by one number. " In addition
to the "divide" in this sentence,
"divided" is the method of reading Division sign (÷,/、—、: etc.) in the formula.
If "36÷6" reads "36 divided by six", its meaning can also be said to be "6 in addition to 36", it is "6 to divide 36".

Appendix 2:

In the traditional MATLAB algorithm, the right addition is the inverse multiplication of the matrix, and the left side does not need to calculate the inverse matrix to perform the calculation directly.

Usually right except to be faster, but left in addition to avoid the singularity of the matrix is caused by the trouble. The difference between the two is not very big in MATLAB6.

"MATLAB" 002--the difference between left and right except

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.