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

rightdivmx (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: matrixops

Requires: MathScript RT Module

Syntax

c = rightdivmx(a, b)

Legacy Name: mrdivide

Description

Performs right matrix division. The infix notation for rightdivmx(a, b) is a/b. rightdivmx(a, b) is equivalent to leftdivmx(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 = rightdivmx(A, B)

Related Topics

leftdivmx
linearsolve
rightdiv


 

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