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 tests![Your code should pass the tests [a,b,c][x,y,z]=[bzcy,cxaz,aybx] Write a function called cross](https://dsd5zvtm8ll6.cloudfront.net/si.experts.images/questions/2024/09/66f3adb8bc88a_75266f3adb82fbc3.jpg)
[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
Get step-by-step solutions from verified subject matter experts
