I am trying to calculate point on a line. I got the points of the edges and one distance between one edge to the point I want to find (which is B).
Writing complex equations in PHP is big deal so it would be easier if I could write them as \"WYSIWYG\" i.e. with MS Mathematics and export them instead of coding them. I checked out if I could use MA
Lets say I have an equation - x^2+y^2=100 - obviously开发者_JAVA百科 there\'s more than one solution.
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic
Closed. This question is off-topic. It is not currently acceptin开发者_开发知识库g answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
I am using an align environment, and at some point I am interested in breaking an equation to the next line. The problem is that this equation includes a \\left and 开发者_运维知识库\\right, so when I
Hello I am trying to develop a physics problem solver. The program specifically will be written for android but that\'s not important. I have these three equations that will be familiar to anyone who
I\'m trying to solve an equation in python using SymPy. I have a generated equation (something like function = y(8.0-(y**3.0)) which I use with SymPy to create a new equation like this: eq = sympy.Eq(
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I\'m trying to make to make a script to help me with my maths example equation: y开发者_如何学JAVA=(4*(x*2)^(2x+4))+4*x^2