python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How do I multiply specific numbers in n arrays?
I want to multiply the first three numbers in an array with (-1) in a list of n arrays. The numpy arrays are stored through out a for loop in a list, see list below.
internal_force_list.append(interna...

WARIO
Votes: 0
Answers: 1
Please help me to correct the code in C program
Must be exactly like on the 2nd picture. I tried to put \t before 1 but it doesn`t work, also I can't type -------------- after the multiplication table.
int main(int argc, char* argv)
{
puts(&q...
tatimaibo
Votes: 0
Answers: 2
Does NxM multiplication require partial products to be > N+M width?
I'm working with one of the Synopsys DesignWare multiplier IPs. It takes in two inputs of width N and M and outputs two partial products of width N+M+2 that the user must add together to obtain the fi...
Colin
Votes: 0
Answers: 0
Understanding Harvey & van der Hoeven 2019 algorithm (huge integer multiplication)
I need to multiply several big long integers as efficiently as possible.
I am trying to implement the Harvey & van der Hoeven 2019 algorithm for integer multiplication, but I am stuck on understan...
ChickenProgramming
Votes: 0
Answers: 2