Solve a BVP with Python (e.g., 'solve_bvp') with arbitrary precision (e.g. 'mpmath')

后端 未结 0 1660
慢半拍i
慢半拍i 2021-01-31 03:25

I am trying to solve a BVP using \'solve_bvp\'. Below is the code:

import numpy as np
import matplotlib.pyplot as plt
from scipy.integrate import solve_bvp
# Inp         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题