CARVIEW |
Select Language
HTTP/2 200
date: Sat, 11 Oct 2025 03:36:22 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=ee0ea720bf774f4304a5ec3328783b64d988c89fcaae0dc45e151991457f0458a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%22yrYPNcwzJrFTY1GAQFbESz9fq3ECpFEE%22%3B%7D; HttpOnly; Path=/
cf-ray: 98cb50131d308087-BLR
ex_9 - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- A=[1 2 3; 2 2 2; -1 2 1];
- B=[1 0 0; 1 1 0; 1 1 1];
- C=[1 1; 2 1; 1 2];
- % Part (a)
- A+B
- A*B
- A+C %error because dimensions of A and C do not match
- B*A
- B-A
- A*C
- C-B %error because of dimension of C and B do not match
- C*A %error because C and A are incompatible for matrix multiplication
- %Part (b)
- %{
- The difference between A*B and A.*B is that A*B is the usual
- matrix multiplication and on the other hand, A.*B is element
- wise matrix multiplication.
- It is possible to compute A*B if number of columns of A = number of rows of B.
- On the other hand, it is possible to compute A.*B if the dimensions of A and B are the same.
- %}
- A.*B
Advertisement
Add Comment
Please, Sign In to add comment
-
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐
Java | 8 sec ago | 0.10 KB
-
⭐✅ MAKE $2500 IN 15 MIN⭐⭐⭐ G
JavaScript | 11 sec ago | 0.24 KB
-
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐
Java | 20 sec ago | 0.10 KB
-
⭐✅ Exploit 2500$ in 15 Minutes⭐⭐⭐ B
JavaScript | 23 sec ago | 0.24 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ W
JavaScript | 25 sec ago | 0.24 KB
-
⭐⭐⭐ChangeNOW Exploit⭐⭐
Java | 32 sec ago | 0.10 KB
-
Free Crypto Method (NEVER SEEN BEFORE)⭐⭐ E
JavaScript | 34 sec ago | 0.24 KB
-
⭐✅ Swapzone Glitch ✅ Working⭐⭐⭐ V
JavaScript | 35 sec ago | 0.24 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand