Tagged Questions
The equations tag has no wiki summary.
15
votes
2answers
149 views
Equation Threading: Why the default behavior?
I recently rediscovered a small package by Roman Maeder that tells Mathematica to automatically thread arithmetic and similar functions over expressions such as x == y. Link to Maeder's package.
...
7
votes
3answers
355 views
Guarded Equations in Haskell
Can somebody provide me with an easy to understand explanation of a guarded equation as it is used in Haskell and also its mathematical sense?
4
votes
1answer
218 views
How can I solve an equation with two variables where x is maximum?
Lets say I have an equation - x^2+y^2=100 - obviously there's more than one solution.
I want to make Mathematica 8 give me the solution (where only natural numbers involved) where x will be maximized ...
4
votes
3answers
189 views
generating equation representations in python/on the web
Is it possible to take something like x^2+5 and have it generate this: http://imgur.com/Muq2X.gif
I'll be using Python so anything based in Python would work, but I'm open to other solutions such as ...
4
votes
3answers
3k views
how can I make equations smaller in TeX?
how can I make equations smaller in TeX? For example, I want to use the equation environment as follows:
\begin{equation}
long equation here
\end{equation}
but then it's displayed in a way that's ...
3
votes
2answers
104 views
C API Library for Solving Sparse Systems of Linear Equations?
I need to solve a large, sparse system of linear equations from a program written in D. Ideally I'd like a library with a D-style interface, but I doubt one exists. However, D can directly access C ...
3
votes
4answers
1k views
Python solve equation for one variable
I'm trying to solve an equation in python using scipy. I have a generated equation (something like function = y(8.0-(y**3.0)) which I use with scipy to create a new equation like this: eq = ...
3
votes
1answer
488 views
What is the most efficient way to solve system of equations containing the digamma function?
What is the most efficient way to solve system of equations involving the digamma function?
I have a vector v and I want to solve for a vector w such that for all i:
digamma(sum(w)) - digamma(w_i) = ...
2
votes
3answers
122 views
How to perform loan equations in Java?
all. I'm trying to make a program that will allow the user to determine different aspects when considering a loan. The first equation is supposed to determine what the monthly payment would be given ...
2
votes
1answer
62 views
Is it possible to export some equations from a “WYSIWYG” math editor to PHP code
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 ...
2
votes
1answer
270 views
Equation Solving Algorithm
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 ...
2
votes
1answer
301 views
Objective-C: How to solve a system of equations?
I need to write an app in Obj-C which solves systems of linear equations (the equations are entered by the user). What is the algorithm for this?
Thanks in advance!
2
votes
1answer
646 views
Microsoft equation editor syntax
Does anyone know where to find the syntax specification for entering equations into the 2007/2010 equation editors using only the keyboard? Searching just gives many links to people talking about how ...
2
votes
5answers
455 views
Determining camera location from 3 known points
I'm new here - so please bear with me if I make a faux pas!
My question is, is there a good algorithm for determining the 3d location and orientation of a camera based on where 3 (or more) known 3d ...
2
votes
5answers
815 views
Java: Implementing simple equation
I am looking to implement the simple equation:
i,j = -Q ± √(Q2-4PR) / 2P
To do so I have the following code (note: P = 10. Q = 7. R = 10):
//Q*Q – 4PR = -351 mod 11 = -10 mod 11 = 1, √1 = 1
...
1
vote
1answer
88 views
Free boundary conditions in MATHEMATICA - is this right? Second opinion
I'm trying to prescribe free boundary conditions for a non-linear evolution equation in mathematica and I wanted as second opinion on whether or not what I am doing is right.
The boundary conditions ...
1
vote
1answer
133 views
how to display math equations (integration, algebraic, etc) in UILabel
I am working on an app for iPhone and iPod Touch that has to show complex mathematical equations like algebraic, integration, summation formulas along with some text in UILabel.
I researched and ...
1
vote
2answers
265 views
How to plot the solutions to a set of equations in Mathematica?
How does one plot the solutions to a set of equations in Mathematica? Even if there are only two variables, these equations are sufficiently complicated that they cannot be rearranged so that one of ...
1
vote
3answers
65 views
What would the equivalent Javascript equation be for this graph?
I'm currently working on making an interface where I have image links that lean towards the mouse cursor. This is more for fun than as a serious project, but nevertheless the information I'm learning ...
1
vote
1answer
236 views
How to show math equations in QTextEdit?
Does anyone know how to show mathematical equations in QTextEdit written in any format (TXT, MathML, MML, LaTeX, HTML, XML or anything) using only Python, that is without using 3rd party packages like ...
1
vote
1answer
761 views
Latex - \multicolumn within an align* environment
I would like to have a \multicolumn like effect within an align* environment, as shown in the code snippet (which doesn't work) below. I.e., I want the text to be aligned with the leftmost column, but ...
1
vote
1answer
290 views
DRAW (print - not the graph) an equation in Quartz (iPhone SDK)
I'm trying to draw equations to the screen. Not the graphs or sth just the equation, but in a "pretty" way (f.e. like they look on wikipedia ).
I've done some research but could find a "build-in-way", ...
1
vote
3answers
997 views
Latex — Is there a way to shift the equation numbering one tab space from the right margin (shift towards left)?
I have been formatting my dissertation and one little problem is stucking me up.
I used the following code to typeset an equation
\begin{align}
& R=\frac{P^2}{P+S'} \label{eqn:SCS}\\
&\mbox ...
0
votes
0answers
74 views
Mathematica Findroot Exploring the parameter space
I am solving three non-linear equations in three variables (H0D,H0S and H1S) using FindRoot. In addition to the three variables of interest, there are four parameters in these equations that I would ...
0
votes
0answers
43 views
Gauss with partial pivoting , check if diagonal element is equal to 0
Hi,
I've been studying the Gauss elimination Method with partial pivoting and I was wondering why the code that was given to me is using the condition if ( A(j,j) < eps*norm(A)) to check if the ...
0
votes
2answers
327 views
Sample testcase for Interviewstreet: Equations
So there is a website named interviewstreet.com. Here we can find challenging programming problems. Unfortunately you have to be logged in to see the questions.
Here's a brief description of the ...
0
votes
0answers
38 views
System of non linear equotions solver [closed]
i'am looking for a lib that solves a system of non linear equations.
Somewhat like this : ...
0
votes
3answers
76 views
How to generate bit-shift equations?
Preferably for this to be done in C#.
Supposedly, I have an integer of 1024.
I will be able to generate these equations:
4096 >> 2 = 1024
65536 >> 6 = 1024
64 << 4 = 1024
...
0
votes
5answers
49 views
Maths with mySQL PHP database
I'm looking into doing some maths to work out the total amount of 'credits' all users in a database have.
I have a database with a table called users with userid, username, email and credit columns.
...
0
votes
0answers
25 views
Can anyone suggest effficient iterative methods to solve linear equations?
I'm writing a program in Java to solve a system of linear equations using an iterative method.
I do not want to use Gaussian elimination.
Two methods I cam across were Jacobi and Gauss-Seidel ...
0
votes
1answer
53 views
Converting a math expression (String) to usable variables
I am trying to make an iPhone-app that does the Monte Carlo simulation on
equations given by the user. I want the user to be able to input something like:
"2x+(y^2)" and then recieve a result.
Is ...
0
votes
2answers
101 views
VBA How to solve two equations with two unknowns
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).
A(2,4)
B(x,y)
C(4,32)
The distance between A to B ...
0
votes
1answer
27 views
MAth Equation not working properly [closed]
I have been working on a math equation for 2 days. The whole process is supposed to take the information from a driver and the return the final average. However, for some reason it is not processing ...
0
votes
1answer
103 views
Finding Two Touching circles with limited information
I am working on a track editor and have found myself in a situation where I need to define two touching circles. Ideally I would like to know the centre point, and radius of these circles.
The ...
0
votes
1answer
198 views
Does any equation holds for inverse(A- B)? [closed]
is it possible to calculate inverse of A-B, i have calculated inverse of A and B already.
0
votes
1answer
220 views
Solve Matrix with PHP
I want to solve a matrix with PHP. For example, if I have three points: (x0, y0), (x1, y1) and (x2, y2), I want to know what p[0], p[1] and p[2] is in y = p[2]*x^2 + p[1]*x^1 + p[0]*x^0, valid for all ...
0
votes
1answer
305 views
Creating a newenvironment that contains nested environments
I have an issue in latex with the equation spacing. The document must be double spaced, but if the equations are double spaced there is too much vertical white space, especially in the matrices and ...
0
votes
1answer
71 views
how do I break an equation when there is \left and \right involved?
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 try to break it ...
0
votes
1answer
135 views
Help debugging EvalMath's Undefined offset
Greetings and Salutations,
My web application utilizes the EvalMath class found at PHPClasses. Unfortunately, it keeps generating approximately a 100 mb error log file each day because of this ...
0
votes
1answer
530 views
How to find the equation of a curve given the data set (x,y) in VB.net?
NET and I am trying to write code in vb.net to find a equation when data points are given. For example (1,5),(2,6) etc.
I need to find a equation(not necessarily always linear) from the given points. ...
0
votes
0answers
100 views
Creating an equation editor using STIX fonts?
Now that the STIX fonts have been released, how would one go about rendering equations with them?
What are the basic rendering patterns, e.g. superscript, division type block, integral type block, ...
0
votes
4answers
164 views
What's an easy way of doing powers in PHP?
I'm trying to make to make a script to help me with my maths
example equation: y=(4*(x*2)^(2x+4))+4*x^2
For this to work, I just need it to understand that only (x*2) needs to be put to the power of ...
0
votes
1answer
268 views
How can I solve a system of linear equations in Excel
I am having some trouble finding a solution for a system of equations using excel.
The system is of the form Ax=b, with A a matrix and x and b vectors. Obviously, the goal is to find x.
The system ...
0
votes
1answer
179 views
How to solve a linear system in Linux shell?
Does anyone know of a Linux command that reads a linear system of equations from its standard input and writes the solution (if exists) in its standard output?
I want to do something like this:
...
0
votes
2answers
152 views
Countdown and lifepoints, as3
Hey
How do I get accurate counting? My game has is a pass or fail scenario based on time.
I need an equation that will work in ActionScript.
Thanks
Timed-scenarios:
'Commence escape within 30 sec or ...
0
votes
4answers
653 views
MATLAB Solving equations problem
I want to solve these equations using MATLAB and I am sure there is a non zero solution. The equations are:
0.7071*x + 0.7071*z = x
-0.5*x + 0.7071*y + 0.5*z = y
-0.5*x - 0.7071*y ...
-2
votes
1answer
129 views
Is there any Good library for solving differentiation equations using differentiation operator?
Good library for solving differentiation equations (not only 1rst order) using differentiation operator?Better written in C/C++/PHP/C#/Actionscript/Javascript