python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Adding Matrix in sympy from a 2x2 to a 3x3
So im trying to add two matrixes together in sympy from a 2x2 matrix to a 3x3 matrix and im not really sure how to do it! What i want to achieve is this: Wanted Result
By adding together: K1 and K2. B...
Lopehert
Votes: 0
Answers: 2
Sympy integration with high order expressions; integral transform
I'm using Anaconda python 3.8.5 and sympy 1.9 to integrate
whereas clearly this integration can be solved as:
But I tried integrate(x * (2 * x - 1) ** 100, x)
and sympy gives me result as:
(with mo...
Sam Y
Votes: 0
Answers: 1
Try to deal with simple inequilities in sympy integration
I'm trying to do some interesting integration problems for my Calculus I students under Anaconda python 3.8.5 and sympy version 1.9,
So question 1 is:
integrate(sin(m * x)* cos(n * x), x)
whereas x ...
Sam Y
Votes: 0
Answers: 2
Python - Using 2d map() functional programing
Im trying to map an array to a function. Then map that that array into another function but not sure how to deal with map type object or how to map multidimensional arrays.
import numpy as np
import s...
ADDonut
Votes: 0
Answers: 1