Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apress/python-for-matlab-development
/ F_roots
Function
F_roots
code/optim/bridge_nonlinear_roots.py:36–37 ·
view source on GitHub ↗
(guess=[0,0,0])
Source
from the content-addressed store, hash-verified
34
(x[0]**2+x[1]**2+x[2]**2-1) - (x[0]**2+4*x[1]**2+x[2]**2-2)
35
36
def
F_roots(guess=[0,0,0]):
37
return
so.root(F, guess)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected