Posts by Jenifer De Marcena • 7 points
2 posts
-
-2
votes1
answer33
viewsQ: How to solve product scalar without using numpy library (python)
Hello, I’m trying to do this operation without using the Numpy library, which in itself is already a tragedy. I get from the user two vectors of equal sizes, and need to do the scalar product…
-
0
votes2
answers81
viewsQ: Check which numbers are primes within a vector
I’m having a hard time with this activity: b) Module that takes as parameter an array of integers and returns the number of primes in the vector. This module should call the function IsPrime of the…