The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
25 views

Display equations and special characters in Matlab GUI textbox

I want to write Greek characters and equations in textbox (Static Text) of Matlab GUI. Is it possible to write? I tried Latex $\eta { x }^{ 2 }+c$ but nothing changes. It displays the same.
1
vote
2answers
58 views

C++ Parsing equations provided by the user

I am making a program in C++ that performs some basic calculus functions. In order to create an equation to perform these functions with I am using the following code: float equationone(float x) { ...
0
votes
1answer
50 views

How can I plot 3 equations with 3 variables in MATLAB?

I am trying to plot this system: x1 - x2 + 3x3 = 8 2x1 - x2 + 4x3 = 11 - x1 + 2x2 -4x3 = -11 I tried with ezsurf and meshgrid, but I wasn't able to do it. clc clear all close all A = [1 ...
-2
votes
0answers
42 views

Regarding a functional equation [closed]

I'll appreciate you if you can help me solve this problem? the result is a function with respect to u.
0
votes
0answers
60 views

Solving coupled equations in python

I want to know how to solve coupled equations in python using scipy or any other module. The equations are as follows (sorry for the ugly notation). gam^2 = a_0*f(gam), where a_0 is known const. ...
0
votes
1answer
53 views

I can't understand the mathematical equations of Easing function

I'm learning Easingfunction's application in XNA. But I can't understand the mathematical equations of it. For Example, the formula used for BackEase: f(t) = t^3 - a * t * sin (t * pi) SinEase: ...
0
votes
1answer
21 views

Wolfram Alpha PHP API Script not Displaying Equation Results

I have the following code that gets results from Wolfram Alpha: <?php include 'WolframAlphaEngine.php'; $engine = new WolframAlphaEngine( 'API-KEY' ); $resp = $engine->getResults("2+2"); $pod ...
0
votes
1answer
46 views

A system or language to reverse equations?

Lets say I have a simple equation as follows: x = 50 * (20 * item) Is there a system or language to reverse this automatically? So lets say I have x as an input and want to find out which item it ...
2
votes
1answer
69 views

How Can I Solve Matrix Equation in Matlab

Say I have the following matrix equation X - B*X*C = D Where, X: 3 by 5, to be solved; B: 3 by 3; C: 5 by 5; D: 3 by 5; Is there any convenient method that I can use for solving the system? ...
1
vote
0answers
90 views

Basic calculator with expressions and other mathematical operations [closed]

I'm supposed to create a basic calculator that will be able to do the following operations add, subtract, multiply, divide, mod, and other. For the "other" option, I need to solve an expression such ...
0
votes
0answers
25 views

Conic equations: symbolic variables and plotting

I'm working with Matlab R2012a. I have 3 conic equations (Eq1, Eq2, Eq3) from the previous calculations: vpa(Eq1,3) ans = 3.71e-18*x^2 + 3.58e-17*x*y - 2.52e-15*x + 2.32e-17*y^2 - 2.19e-14*y + ...
2
votes
1answer
99 views

equationsToMatrix: how do I get the values of the variables?

When using equationsToMatrix you solve a set of linear equations as in the example (the solution is included) syms x y z; [A, b] = equationsToMatrix([x + y - 2*z == 0, x + y + z == 1, 2*y - z + 5 == ...
0
votes
0answers
43 views

Solving linear equations with substitute

this is my first question in this site. :-) I didn't find the answer anywhere, maybe because I don't "know", what to look for. Tried some stuff with sym() and subs() but nothing. My problem: I've ...
0
votes
2answers
153 views

Solving two algebraic equations in java

I have two equations that need to be evaluated in java y=(x+1)*2-3 y=5 These equations are dynamic in nature y= x*8x6-5*5 y= 3 y is known in these equations, I need to determine the value of x ...
-4
votes
2answers
51 views

Interpreting equations in java [closed]

Is there any java to interpret equations in java?. For e.g, i have the values of a and b, i want to interpret an equation as ax+by+c so as that, later i can calculate the distance from a point ...
5
votes
3answers
244 views

Using scipy sparse matrices to solve system of equations

This is a follow up to How to set up and solve simultaneous equations in python but I feel deserves its own reputation points for any answer. For a fixed integer n, I have a set of 2(n-1) ...
0
votes
1answer
134 views

find the position of a point inside a triangle to have specific area for each part (2D)

Consider an in-plane Triangle (Black) with 3 edge points, (1,2,3). The area of this triangle is considered to be A. Then for an arbitrary point inside the triangle and connecting this point to each ...
3
votes
2answers
722 views

How to solve Exact Differential Equations in MatLab?

(3x^2+4xy)dx+(2x^2+2y)dy=0 I solve this equation on paper like that: The Result must be: f(x,y)=x^3+2x^y+y^2=c-c_1 I want to find f(x,y) function in Matlab. I tried to find it using ...
1
vote
1answer
135 views

How to convert engineering notation of numbers to scientific in equation using python

I have equation strings where all numbest in engineering notation like: "(10u*myvar1)+(2.5f*myvar2)/myvar3" I need to convert all numbers in this equation strings to scientific notation so that ...
2
votes
2answers
715 views

Solving system of equations using matlab

So I have the following system of equations x1 - x2 = 20 x2 - x3 = 30 x3 - x4 = 75 x4 - x5 = -49 -x1 + x5 = -20 how would I solve the system using Matlab? I I'm a little stuck. There's a ...
0
votes
1answer
23 views

Software where equations are the principal objects of interest?

I'm working on a program where the main entities are mathematical equations. Equations can only return a double or a boolean result. The problems: 1- Lots of equations. (~300 per file) 2- There ...
2
votes
7answers
703 views

Convert Expression from a Textbox to Math Expression in Code Behind [duplicate]

Possible Duplicate: I need a fast runtime expression parser How do I make it that when someone types in x*y^z in a textbox on my page to calculate that equation in the code behind and get ...
1
vote
1answer
307 views

Set VBA macro for Excel to run a series of Linear Equations by taking variable from several rows?

I've got a set of equations which I'd like to be repeated taking variables from the next row down for each of the columns at which each variable is located. I am a beginner, so my coding is probably ...
0
votes
2answers
164 views

Sudoku solving solution for only row and columns

If have 9 lines that are 9 line just like sudoku, but they are instead like 530070000 600195000 098000060 800060003 400803001 700020006 060000280 000419005 000080079 Which transforms into ...
0
votes
1answer
81 views

Try solver System of linear algebraic equations in Shell Bash

I want to try solving system of linear algebraic equations using the bash shell but have had problems. The input value is a matrix, however I dont know how to input matrix in bash because that is ...
1
vote
1answer
350 views

Solving a non-linear system of equations in Matrix form in Python

I am trying to solve a non-linear system of equations of the form AX=X where, A = M-by-M matrix X = M-by-1 matrix Thus, in total I have M (=200) equations (and M unknowns). More specifically, A = ...
0
votes
2answers
139 views

C#: How to create and use a database of equations?

I've been trying to create a database of equations that my windows form application will supply variables to and then calculate the solution. I was trying to store my equations in a text file and load ...
0
votes
1answer
1k views

MATLAB Code for solving desired 'n' number of simultaneous equations of the type Ax = b

Problem in MATLAB Code for solving desired 'n' number of simultaneous equations of the type Ax = b provided that the solving involves the method of upper triangular matrix and the values of A and b ...
1
vote
1answer
492 views

Solve a banded matrix system of equations

I need to solve a 2D Poisson equation, that is, a system of equations in the for AX=B where A is an n-by-n matrix and B is a n-by-1 vector. Being A a discretization matrix for the 2D Poisson problem, ...
0
votes
3answers
166 views

f(n), understanding the equation

I've been tasked with writing MIPS instruction code for the following formula: f(n) = 3 f(n-1) + 2 f(n-2) f(0) = 1 f(1) = 1 I'm having issues understanding what the formula actually means. ...
4
votes
1answer
608 views

PETSc solving linear system with ksp guide

I am starting use PETSc library to solve linear system of equations in parallel. I have installed all packages, build and run successfully the examples in petsc/src/ksp/ksp/examples/tutorials/ folder, ...
1
vote
1answer
445 views

Lyx: Change vertical space between numbered Formula in Lyx [closed]

I have inserted serveral (20) Numbered formulas directly behind eachother in Lyx 2.0.3. If I export these formulas to the final version in PDF, there is a large vertical space between the formulas. ...
0
votes
1answer
127 views

muParser and VC6

HI I am trying to use muParser with a legacy MFC application written in VC++6, migrating the code to a later version is not an option. Has anyone had any success using muParser in this environment. ...
0
votes
1answer
57 views

Finding Solutions to a Set of Equations

Suppose I have some known relations between some variables, for example a = b + c and a starting solution, e.g. a=2, b=1, c=1. I'm writing some code such that, given an update, e.g. a=3, I update the ...
-1
votes
1answer
273 views

parallel iterative methods for solving linear system of equations in MPI

I am writing a parallel program which solves the linear system of albebraic equations in C++ using MPI. The program uses such iterative methods like Bicgstab or CG methods. Does Someone know any ...
2
votes
1answer
313 views

Optimization of Algorithm [closed]

Here is the link to the problem. The problem asks the number of solutions to the Diophantine equation of the form 1/x + 1/y = 1/z (where z = n!). Rearranging the given equation clearly tells that the ...
1
vote
4answers
534 views

Computer Algorithm for Solving Determinants [closed]

I wanted a computer algorithm which could solve an n x n Determinant and return a value. Most recommendably in C++ language, where input is a 2D Array, and N, and output is the value. There is an ...
2
votes
1answer
252 views

Solving integer constrained optimization problems

I'm new to these problems both mathematically and programmatically. If anyone could suggest a c++ library to use that could solve the following problem I would really appreciate it. Given constants: ...
0
votes
2answers
461 views

Solving a difficult (polynomial?) equation in Python

I am new to programming (Python is my first language) but I love to design algorithms. I am currently working on a system of equations (integers) and I cannot find any references to solving my ...
1
vote
0answers
166 views

How to produce a calculation log/sheet?

I'm working on a software whose main job is doing lots of arithmetic. The user provides a set of inputs, the program does the maths and produces a set of outputs. It's important though that the user ...
1
vote
1answer
3k views

How to Solve and Plot Lotka-Volterra Differential Equations in Matlab

I was wondering if someone might be able to help me solve the Lotka-Volterra equations using MatLab. My code doesn't seem to be working. I do the following: Step 1 - I created a file entitled ...
0
votes
0answers
287 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
454 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 ...
1
vote
1answer
285 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
918 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 ...
-5
votes
5answers
4k 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
3answers
204 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
4answers
242 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
1answer
138 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 ...
3
votes
2answers
363 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 ...

1 2