python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
Matlab Erroneously Adds +1 at End of Inequality
I am using Matlab to solve the inequality VR2>VR1 in terms of k. The equations are
When solve the inequality by hand, I get an answer of 2αy > k.
When I use Matlab, I get 2αy+1 > k or empty ...
Nick
Votes: 0
Answers: 0
Convert symbolic math variables to programming language variables
Suppose I have a program which asks me to input an equation to calculate something numerically.
I input 2*x+y as a string and it instantiates variable x and assigns numerical value to it then it insta...
M.Jones
Votes: 0
Answers: 1
How can I represent any negative value mathematically using summation?
For example, I know that I can represent the value -1 in this way, where "n" is the bit size of the type, n-1 is the most significant bit, and the value -2, which gives the complement repres...
Yuri Bittencourt
Votes: 0
Answers: 1