Posts by DSC • 11 points
1 post
-
1
votes0
answers155
viewsQ: How to interpolate elements of an array in python?
Good afternoon, you guys! I’m new to python and I’m trying to interpolate values between two columns of a rectangular matrix. Initially I created a matrix of zeros (nx=383 nz=125). Then I filled the…