Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

mrdivide (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the matrixops class.

Syntax

c = mrdivide(a, b)

Description

Performs right matrix division. The infix notation for mrdivide(a, b) is a/b. mrdivide(a, b) is equivalent to mldivide(b', a')'.

Examples

Inputs

Name Description
a Specifies the dividend. a is a matrix.
b Specifies the divisor. b is a vector or matrix with the same number of columns as a.

Outputs

Name Description
c Returns the solution to c = a/b. c is a vector or matrix.

Examples

A = [1, 2; 3, 1]
B = [3, 2; 2, 3]
C = mrdivide(A, B)

Related Topics

linsolve
mldivide
rdivide


Resources


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit