Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: I need a help to solve equations system
Post: I need a help to solve equations system

I have this code bellow from __future__ import division import numpy as np from sympy import * t, r = symbols('t, r') A = np.matrix(input("Insert Matrix nxn: ")) n = A.shape[1] C = MatrixSymbol('...
alizo_as Data Science 1 2,518 May-04-2018, 02:19 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020