MatChange: Matrix Changer

Description Usage Arguments Value

View source: R/MatChange.R

Description

This function takes in a matrix and a vector and multiplies the transpose of the vector by the inverse of the matrix by the original, non-transposed vector.

Usage

1
MatChange(A, x)

Arguments

A

A square matrix of length n X n

x

a vector of length n

Value

an altered matrix


JWooll/Homework3 documentation built on May 26, 2019, 7:28 a.m.