Question: Write a program to generate a new matrix B from the matrix A given below such that each column in the new matrix except the
Write a program to generate a new matrix B from the matrix A given below such that each column in the new matrix except the first one is the result of subtraction of that column from the previous one i.e. 2nd new column is the result of subtraction of 2nd column and 1st column and so on. Copy the first column as it is in the new matrix.

A=3=12648987
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
