Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to write a python script to find the value of x at a given y value

import scipy as s
x = s.arange(0, 10, 0.1)
y = s.sin(x)
Source by www.southampton.ac.uk #
 
PREVIOUS NEXT
Tagged: #write #python #script #find
ADD COMMENT
Topic
Name
9+2 =