Questions tagged as 'multiplicidade'

1
answer

Multiplication matrix by the matrix transposed in C language

I'm new to programming and I'm trying to make a C language program that multiplies a 3x3 array by its transpose and prints the result . I'm having trouble creating the algorithm of multiplication between the matrix by its transpose. Any help wi...
asked by 10.05.2017 / 14:42
1
answer

Medical Doctor Class Diagram Conference

Based on the mini-world below, a Class Diagram was modeled on the Astah Community (free version with less features than the professional for non-commercial use: link - Formerly this program had the name of JUDE)    Mini World / Scenery :...
asked by 07.03.2017 / 01:54
1
answer

Matrix multiplication does not work

I'm trying to use CUDA to perform multiplication of width-matrices. But I'm encountering the following error: I have two square arrays with dimension 2632x2632. When I try to multiply them, the code does not perform multiplication, and the answe...
asked by 15.02.2018 / 21:05