Omgili - forum search, search forums  
  

Discussions about mathematical

Displaying 1 - 10 out of 36,043 discussions.  
Time Frame: (Any time)   Minimum number of replies: (2)   Minimum number of discussing users: (0)
  |  

Page: 1   2   3   4   5   6   7   8   9   10  
Keep this page open to be updated with the newest discussions automatically.
Is it possible to express (mathematical) infinity, positive or negative, in C#? If so, how?
Started by on , 5 posts by 5 people.  
Public const double NegativeInfinity = -1.0 / 0.0; public const double PositiveInfinity = 1.0 / 0.0; double.PositiveInfinity double.NegativeInfinity float zero = 0; float positive = 1 / zero; Console.WriteLine(positive); // Outputs "Infinity" float negative... .
I am currently reading the Algorithm Design Manual , but my mathematical notation has become a little rusty. What does mean?
Started by on , 5 posts by 5 people.  
It....
It means "n choose k", or in this case, "a choose b" .
Binomial coefficient ? (also, see combination ) Combination.
Combination is the first thing that comes to mind...but without context, there are probably other meanings for the same notation .
There are many methods for representing structure of a program (like UML class diagrams etc.). I am interested if there is a convention which describes programs in a strict, mathematical way. I am especially interested in the use of mathematical notation...
Started by on , 10 posts by 10 people.  
There....
[...] I believe on the types.
Are inconvenient for expressing the structure since the structure is often not expressable in default mathematical by affiliating programs with the abstract mathematical theories that enable them work.
Ask your Facebook Friends
I'm an Android Developer and as part of my next app I will need to evaluate a large variety of user created mathematical expressions and equations. I am looking for a good java library that is lightweight and can evaluate mathematical expressions using...
Started by on , 4 posts by 4 people.  
Update: Compared to JEval 0.9.4: this ran >100 times faster on a small benchmark I tried, on my MacBook the .jar is 6 ... .
I wrote this many years ago; it has the qualities you mention and it's still getting used in new educational applets, apparently .
Does anyone know of such a library that performs mathematical optimization (linear programming, convex optimization, or more general types of problems)? I'm looking for something like MATLAB, but with the ability to handle larger problems. Do I have to...
Started by on , 5 posts by 5 people.  
(Mathematical structures, linear.
You may want to look at JScience , it looks pretty complete .
I have a range of data that I have approximated using a polynomial of degree 2 in Python. I want to calculate the area underneath this polynomial between 0 and 1. Is there a calculus, or similar package from numpy that I can use, or should I just make...
Started by on , 5 posts by 5 people.  
If you're integrating only polynomials, you don't need to represent a general mathematical function.
Hi, Could someone please help and tell me how to include IEEE mathematical functions in MSVC++6? I tried both and , but I still get these errors: - error C2065: 'ilogbf' : undeclared identifier - error C2065: 'scalbnf' : undeclared identifier thanks in...
Started by on , 4 posts by 4 people.  
But I understand ....
I am going to leave my answer in place as a cautionary tale, and because it may have some educational value .
I have come to realize that I haven't properly addressed this question at all .
Edit 3: Hopefully this will be my final edit.
I know there are many algorithms to evaluate expressions, for example By Recursive Descent Shunting-yard algorithm Reverse Polish notation But is there any way to evaluate any mathematical expression using C# .net reflection? or other modern .net technology...
Started by on , 5 posts by 5 people.  
You'll need to include these namespaces: System.CodeDom.Compiler; System.CodeDom; Microsoft.CSharp; System.Reflection; Here's the code:... .
I wrote you some example usage code.
The CodeSnippetCompileUnit class does basically this.
It's certainly possible.
I am working on a Math related web page and am looking for a solution to writing Mathematical equations easily onto a web page. There are several solutions readily available to me at the moment: Use LaTeX and publish them on my web page as images. Use...
Started by on , 8 posts by 8 people.  
I don't know what you're using to host....
It displays an image in the web browser, but you can still see the LaTeX source if you edit the page .
I've been using the LaTeX plugin for the Confluence wiki to write equations on the web (well, on the intranet) .
I have an array of array like below with all numeric values. I want to perform some mathematical operations with these values. 1) Add and print the values of each array elements. e.g. sum $VAR1 = sum1 sum $VAR2 = sum2 2) Add all the values from each variables...
Started by on , 3 posts by 3 people.  
I'd do it this way: use List::Util qw(sum) my @sums = map { sum(@{$_}) } @array; my $sum_of_sums = sum(@sums); my @percentages = map { $_ / $sum_of_sums } @sums; (edit: In your code, you needed to dereference the arrayref at $input[0].) Dave's answer... .
Page: 1   2   3   4   5   6   7   8   9   10  
Related Searches
mathematics    probability mathematics    Engineering Mathematics    mathematics essential    solutions grimaldi discrete mathematics pdf    Write Mathematics on Web -inforum yahoo com -inforum yedda com    tank farm mathematical calculations    greenberg solution manual mathematics    mathematical symbols Gmail insert    mathematical notation exclude   
More Information


Forum Search About Omgili Help Plugins Forum/Board Owners Privacy

i
In Title
In Topic
In Reply
Exclude
Boost