推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
webjin1
V2EX  ›  Python

这个用 Python 怎么写?

  •  
  •   webjin1 · Apr 29, 2018 · 2098 views
    This topic created in 2969 days ago, the information mentioned may be changed or developed.
    []+[]=8
    + +
    []-[]=6
    = =
    13 8

    求出[]里面的值
    TtiGeR
        1
    TtiGeR  
       Apr 29, 2018 via iPhone
    3.5 4.5
    9.5 3.5

    不知道怎么建模 因为是固定解 循环都没有… 方程一转换解就出来了

    整数还能假装不懂代数循环爆破

    不明白为什么一定要用编程的方法解这种题目
    necomancer
        2
    necomancer  
       May 1, 2018
    A = np.array([[1,1,0,0],[0,0,1,-1],[1,0,1,0],[0,1,0,1]])
    b = np.array([8,6,13,8])
    np.linalg.sovle(A,b)

    你是想写程序把这个方程的 A,b 求出来吗?
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5636 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 43ms · UTC 07:20 · PVG 15:20 · LAX 00:20 · JFK 03:20
    ♥ Do have faith in what you're doing.