Programação envolvendo matrizes

Programação envolvendo matrizes - Messages

#1 Posted: 6/1/2025 6:46:05 PM
Diego Kaleu Araújo Barreto

Diego Kaleu Araújo Barreto

0 likes in 2 posts.

Group: User

Can someone help me with this question? I tried to make some improvements but was unsuccessful.

MatrixProgramming.sm (15 KiB) downloaded 23 time(s).
Captura de tela 2025-06-01 153907.png
#2 Posted: 6/3/2025 9:24:30 AM
StvMath

StvMath

37 likes in 58 posts.

Group: User

There are several problems here:

1. z and y have a different number of elements. If you want to stack them as one column on top of another that's ok. However, if you want to stack them as two rows they need to be the same length (i.e. have the same number of columns).

2. epsilon.c is yet a different length! It isn't the same as the length of f.ck either.

3. When calculationg Z and Y you need an explicit multiply sign between the x and the following bracket.

4. I suspect you need subscripts on Z, x and epsilon.c when calculating Z. Similarly for Y.

5. You calxculate epsilon.cu in each part of the if .. else statement, but don't ever use it.

There are probably other errors, but since it's not totally clear to me exactly what you want (as there is no explanation anywhere) that's about as much as I can help with.
1 users liked this post
Andrey Ivashov 6/3/2025 1:47:19 PM
#3 Posted: 6/3/2025 4:51:25 PM
Diego Kaleu Araújo Barreto

Diego Kaleu Araújo Barreto

0 likes in 2 posts.

Group: User

Thanks for asking. I'll fix it.
  • New Posts New Posts
  • No New Posts No New Posts