Tagged Questions
-2
votes
0answers
61 views
How to parse mathematical expresions [closed]
I'd like to understand how a Java program like GeoGebra can read a mathematical expression like exp(z^2) from a textbox and then evaluate it. For those familiar with MatLab: How do you implement ...
-2
votes
1answer
20 views
Formula to calculate groups for graph [closed]
I working on graphs using JFreeChart library to generate a barchart.
Example Scenario: considering the data will be in arrays/arraylist.
Using the above table data, I have to generate below ...
0
votes
2answers
129 views
getting rotation angle from moving object's speed x,y?
What is the formula used to determining moving object's rotation angle from its velocity or vector direction of travel?
For example, if an airplane is moving toward position (x1,y1) = (200, 100) from ...
0
votes
5answers
50 views
Pass a formula into a method [closed]
I'm attempting to make a method that makes a random number weighted based on a formula, like if the formula was y=x 5 would be 5 times more likely to be returned than 1, or if the formula was y=x^2 4 ...
0
votes
0answers
50 views
JExcelAPI Formula Error in Protected View
I'm new to JExcel, but I'm making great progress. When I open the created excel file, the cell with a formula in it has a '4' in it until I select "Enable Editing". Then the cell with the formula ...
-4
votes
1answer
141 views
Is there any Java code for calculating MACD indicator values? [closed]
I need JAVA code for calculating MACD indicator. Or, at least can someone tell me formula for MACD. All I found is Excel sheet formula.
0
votes
0answers
80 views
Zk Spreadsheet - Master cell of a shared formula with sid=22 was not found?
Could Someone please explain to me what this means and why it is appearing? It occurs when I am entering custom formulas on the spreadsheet in ZK such as:
...
-1
votes
1answer
115 views
My Logarithmic Spiral function does not compute correctly
I wasn't so sure where to ask this question (between math and here)
I try to draw Logarithmic Spiral using this formula
It works (well it show a spiral on screen) , but when i change the pitch (a) ...
0
votes
2answers
160 views
Hide math formula/algorithm from decompilation in Java
I'm writing a desktop java application. The program receives XML files from the customer's server. The data in a couple of tags is of type integer and is "encrypted" with some math formulas.
When my ...
-2
votes
1answer
71 views
Implementing external formula
given a file with input:
Formula: m = (y - c) / x
Formula: m = y + c^2
I want to implement each formula in java to solve for m so that in this case I will end up with 2 answers. I have to do this ...
1
vote
1answer
69 views
Efficient formula binding at runtime
One of the elements of my UI is a table showing a list of items, aggregated by category, with some formulae (see target output below).
What would be the best approach to allow the user to bind cells ...
1
vote
4answers
133 views
Formula manipulation algorithm
I am wanting to make a program that will when given a formula, it can manipulate the formula to make any value (or in the case of a simultaneous formula, a common value) the subject of the formula.
...
1
vote
3answers
92 views
Work out co-ordinates in a circular pattern?
In Java, i am trying to create a Grid system, for an in-game town manager. I would like it to fill from a center point, and work its way out in a circular pattern (or even diamond pattern). Is there a ...
-3
votes
3answers
265 views
using math class in java [closed]
I'm trying to calculate the power of a double to calculate the Quadratic Formula
Here is the code:
private Scanner sc;
double a, b, c;
// Input Coefficients
public void InputCoeff() {
sc = new ...
4
votes
1answer
134 views
Java library for generating a model matrix
I'm looking for a Java library which can transform input data into a model matrix using a formula. The formula is not a simple arithmetic equation, rather it describes interactions between variables, ...
-4
votes
1answer
130 views
Mortgage formula in Java [closed]
Is my code correct in getting the monthly payment for a loan management system?
Double payment = (Double.parseDouble(txtinterest.getText()) *
Double.parseDouble(txtamount.getText()) ) /
...
0
votes
0answers
336 views
Formula to calculate bandwidth used in Java
I've looked around a bit and cannot seem to find a good formula to fit my need. I have the following values for a single connection to an application
long elapsedTimeSeconds = ...
10
votes
5answers
605 views
Java formula evaluation library with out-of-order variables feature
I'm currently looking for a java library (or native library with a java API) for formula parsing and evaluation.
Using recommandations from here, I took a look on many libraries :
JFormula
JEval
...
2
votes
1answer
429 views
Jexcel Formula Calculation Error
I have created a worksheet, out.xls which had cell D6=D5*2 and D5 set to 1. My issue is that when I plug a value into D5 in jxl, D6 never calculates. D6 simply holds on the value it initially ...
0
votes
1answer
406 views
Calculate Words Per Minute in real time
Alright so I've tried to research some formulas on how to calculate words per minute, I couldn't find anything. I'm trying to use the current formula to calculate the words per minute (It is currently ...
2
votes
2answers
674 views
Verify if point is inside a cone in 3D space
Consider:
X(x1,y1,z1) the point I need to verify if it is inside a cone.
M(x2,y2,z2) the vertex of the cone. (the top point of the cone)
N(x3,y3,z3) the point in the middle of the cone's base.
I ...
0
votes
5answers
181 views
Average number of hops in a hash map
I have written an algorithm that implements a hash map to solve a problem. I am wondering if anybody can give me some kind of general formula for calculating the average number of hops to find an ...
-3
votes
1answer
177 views
Java: How do I rewrite a latex formula to a format Java can understand? [closed]
An example is shown here:
https://encrypted-tbn2.google.com/images?q=tbn:ANd9GcQIfX05Ry1eGxqeNr8lkIuEaJyQHoYlQ_eLVXsJv7m2nI320p1V
Any tutorials/books on how to translate?
2
votes
4answers
173 views
How are formulas derived from these lines of code?
I'm going over the following book - http://www.amazon.com/Algorithms-4th-Robert-Sedgewick/dp/032157351X and one of the sections talks about deriving formulas from code to estimate performance.
For ...
4
votes
4answers
955 views
Algorithm to move mouse from one point to another in a straight line
I am trying to make a small program that will move the mouse from the current position to the given position. Here is a method that i can use which will move the mouse from one point to another but ...
0
votes
3answers
522 views
A efficient way to store formula to calculate financial reports?
We are developing a system that will do financial statements and other financial-related things. We are developing the app in Java/Java EE, specifically in JBoss Seam (Richfaces, a4j) + Javascript ...
0
votes
3answers
181 views
How get formulas into code
this is a general question about how to get formulas working into code. My math skills are bad and I get lost when I try to implement simple things into code.
For example how can I interpret this ...
1
vote
2answers
106 views
First Android App
I'm fairly new to the whole android scene, and I decided to start off with something simple, a Celsius to Fahrenheit converter. Here's the block of code I'm using to do the actual math (x-32)*5/9 ...
7
votes
7answers
4k views
free Java library for evaluating math expressions
Is there a free and open source library for evaluating math expressions in Java?
In one of my projects I want to add a feature where the user can provide in a formula, for example
sin (x + pi)/2 + 1
...
0
votes
2answers
2k views
How to calculate compound interest by days?
I am writing a Java application to calculate interest. The formulas for Simple, Compound, and Continuously Compounded interest use years to calculate the amount accumulated, but I want to use days so ...
5
votes
2answers
3k views
Mathematical expression (string) to number in Java
I'm trying to find something like Java Embedding Plugin (JEP) that can evaluate a mathematical formula (string) and give back the answer.
But it should also calculate a variable, for example: ...
4
votes
5answers
2k views
Java 1.5: mathematical formula parser
Hello i often develop JTableModels in which some cells must contain the result of apliying a certain simple mathematical formula. This formulas can have:
Operators (+,-,*,/)
Number constants
Other ...
11
votes
2answers
4k views
How to do a fractional power on BigDecimal in Java?
In my little project I need to do something like Math.pow(7777.66, 5555.44) only with VERY big numbers. I came across a few solutions:
Use double - but the numbers are too big
Use BigDecimal.pow but ...
1
vote
1answer
1k views
Referencing sheets in Apache POI Formulas
I am using apache POI 3.6 to generate excel (2003) sheets. I want to insert a formula to a cell which calculates a sum of a certain cells on several sheets.
I have sheets named a, b and c and want to ...
2
votes
1answer
643 views
Formula to draw pyramid of circles
I'm trying to create a pyramid of circles to my game, looking similar to this :
But I can't make it print properly. Constantly I'm getting really strange spirals but nothing close to this. Can ...
1
vote
1answer
639 views
How do I draw part of parabola using iText ? Or how do I create quadratic bezier curves from cubic bezier curves?
I need to draw a shape whose boundaries are parts of parabola (that is quadratic bezier curves) using iText. I have found only method for drawing cubic bezier curves in PdfContentByte class.
So how ...
2
votes
3answers
3k views
Java apache poi setting the cell formula
I am try to set a cell formulat that references cells from other workbooks. However, when I open the programmatically generated workbook, the formula cells show up as #REF!. I print out the formulas ...
1
vote
2answers
5k views
Hibernate: Many-to-one using Formula
I hope someone can help me find an answer.
I'm working with a legacy database and I can't change any of the preexisting tables, because other apps depend on them.
I have three main existing tables: ...
3
votes
4answers
1k views
Is there a Java API or built-in function for solving annuity problems?
I was asked by my boss to create a module for calculating reverse compound.
The question is: if I want to achieve $1.000.000,00 in 24 months with interest rate 18%/year (or 1.5%/month). how much ...
0
votes
1answer
209 views
Formula in a database row - Java
Either this requirement is weird or i should be confusing myself too much
I have a rule table with 30 columns. Every row from a feed file is compared against some or all conditions based on the type ...
4
votes
4answers
2k views
Generate Images for formulas in Java
I'd like to generate an image file showing some mathematical expression, taking a String like "(x+a)^n=∑_(k=0)^n" as input and getting a more (human) readable image file as output. AFAIK stuff like ...