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)
Skew Lines Midpoint from 4 points?
I'm trying to understand the basics underlying a piece of source code I was given to use. It works, this is proven. I'm just trying to wrap my head around the why of it well enough that I could do i...
William McMillan
Votes: 0
Answers: 1
Which mathematical property explains this Matrix operation
Output of that code
My Question is not about python code, but related to linear algebra or Matrix properties(like additive, distributive)
How to explain the following operation mathematically
X = X0 a...
turja
Votes: 0
Answers: 0
How to sum the elements of a 2D array in C recursively
I tried this in many ways, it would've been much easier if I could use iteration instead of recursion, but this is the assignment.
So far, I've come with the idea to separate the sum. One function to ...
Paltinean Alexandru
Votes: 0
Answers: 2
Find a sequence in a matrix as efficiently as possible
Few requirements.
Before posting your answer please!!
1) Make sure that your function does not give errors with other data, simulate several similar matrices. (turn off the seed)
2) Make sure your fun...
mr.T
Votes: 0
Answers: 6