Posts by Lucas Gonçalves • 63 points
3 posts
-
1
votes1
answer1766
viewsQ: How do I do vector product by matrix and between matrices?
I can’t think of a for that performs this multiplication, because the number of columns of the first matrix has to be equal to the number of rows of the second matrix...
casked Lucas Gonçalves 63 -
3
votes1
answer1207
viewsQ: How to calculate the n-th root of a number in C?
I tried to figure it out, only pow returns only the number 1 to me : int funcao1(int y,int z){ int k; k = pow(y,1/z); return(k); }
casked Lucas Gonçalves 63 -
0
votes1
answer2438
viewsQ: How to use C’s Pow function?
The program is not complete yet, but should at least run the função1. The following error is occurring: /tmp/ccbRtCar.o: na função `funcao1': iniciosimulado02.c:(.text+0x18f): referência indefinida…
casked Lucas Gonçalves 63