Community Profile

photo

Kojo Anim


Last seen: 2 years ago Active since 2021

Followers: 0   Following: 0

Statistics

Feeds

View by

Answered
Inverse of a matrix
Any help on what I am not getting right in this code? function B = myInv(A) [n]=size(A) i=RREFbyLeftMult(A) for i==eye...

2 years ago | 0

Question


Creating m by 2 matrix
For the following coding problem you may now use the functions rref, size, zeros, and eye. Produce a Matlab function that takes ...

2 years ago | 1 answer | 0

1

answer

Question


Inverse of a matrix
%Produce a matlab function that takes n x n A matrix and produces an n x n %matrix B such that AB=BA=I. If A is not invertible,...

2 years ago | 2 answers | 0

2

answers