Question: Your code should pass the tests [a,b,c][x,y,z]=[bzcy,cxaz,aybx] Write a function called cross which takes 2 input parameters and (lists of length 3 representing vectors u

Your code should pass the testsYour code should pass the tests [a,b,c][x,y,z]=[bzcy,cxaz,aybx] Write a function called cross

[a,b,c][x,y,z]=[bzcy,cxaz,aybx] Write a function called cross which takes 2 input parameters and (lists of length 3 representing vectors u and v ), and returns the cross product uv as a list of length 3 . ] \# YOUR CODE HERE ] : "Check if cross accepts 2 input parameters. (1 mark)" cross([1,2,3],[4,5,6]) assert True , "cross does not run." print("Problem 3 Test 1: Success!")

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!