HOW TO REPLACE A COLUMN VECTOR IN MATRIX
Ältere Kommentare anzeigen
1.How to replace the second column of A with the vector v = [1,-2,4]' for the following matrix
A=(1 2 3 4 5 11 12 13 14 15 21 22 23 24 25) without using spaces or semi colons.
2.For the same matrix above mentioned, each row of A, we want to calculate the square of the norm using the function sum and elementwise operations.
1 Kommentar
Rahul Yadav
am 4 Jul. 2020
What is the answer of 1? please tell me.
Antworten (1)
Daniel Stein
am 3 Okt. 2018
Bearbeitet: Daniel Stein
am 3 Okt. 2018
0 Stimmen
This is somebody's homework, isn't it?
For part 1, it's e19cabca7611608768af0409af2599c29ac80c2f
For part 2, it's 148431be65a6633a461eb949fd26da80e72cd242
I hash, therefore, I am.
2 Kommentare
Meenakshi S
am 8 Okt. 2018
ajay preet
am 26 Jun. 2019
Can you provide the right answer please.
Kategorien
Mehr zu Logical finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!