3
votes
8answers
491 views
Abstract algebra and Programming
I am going to start learning Abstract Algebra- Groups, Rings,etc. I am interested to know any programming language, if at all which can help me learn/try the concepts I learn in th …
0
votes
3answers
170 views
How to solve this mathematical problem? [closed]
I try to solve a algorithm which is capable of calculating this:
Imagine two cars carA and carB. Both cars are standing on a long straight road catercorner. carA is on eastside at …
0
votes
3answers
48 views
converting to scientific notation [closed]
How can I convert 7,369,246 x 10^-11 to scientific notation?
3
votes
10answers
1k views
Equation Solvers for C++
I need to solve a few mathematical equations in my application. Here's a typical example of such an equation:
a + b * c - d / e = a
Additional rules:
b % 10 = 0
b >= 0
b <= …
0
votes
4answers
50 views
Subsequent weighted algorithm for comparison
I have two rows of numbers ...
1) 2 2 1 0 0 1
2) 1.5 1 0 .5 1 2
Each column is compared to each other. Lower values are better. For example Column 1, row 2's …
2
votes
1answer
87 views
Generated methods for polynomial evaluation
I'm trying to come up with an elegant way to handle some generated polynomials. Here's the situation we'll focus on (exclusively) for this question:
order is a parameter in gener …
4
votes
7answers
438 views
Mathematically Find Max Value without Conditional Comparison
----------Updated ------------
codymanix and moonshadow have been a big help thus far. I was able to solve my problem using the equations and instead of using right shift I divide …
1
vote
3answers
332 views
Online Puzzles and games for learning boolean algebra
I'm looking for some online game, where it tests our ability in boolean algebra. My cousin is young and has just learnt using logic gates. Is there any thing interesting available …
0
votes
4answers
76 views
Computer System Class and Virtual Memory - Need help with the Algebra
I have what might be more of a math question but this question is stemming from reading my computer systems book in the chapter on Virtual Memory... so I feel justified asking it h …
4
votes
3answers
230 views
Is there C++ class that implements operations with permutations?
Is there C++ template class that implements operations with permutations and permutation group?
Such class has to implement finding product and inverse, multiplication, etc.
-3
votes
1answer
254 views
Algebraic logic
Both Wolfram Alpha and Bing are now providing the ability to solve complex, algebraic logic problems (ie "solve for x, given this equation"), and not just evaluate simple arithmeti …
1
vote
2answers
219 views
Statistics and matrix algebra in Ruby
I need to inverse a variance-covariance matrix in Ruby and vector by matrix multiplication. Which numerical Ruby library/Gem should I use?
21
votes
13answers
1k views
Mathematics for Computer Science Students
To cut a long story short, I am a CS student that has received no formal Post-16 Maths education for years. Right now even my Algebra is extremely rusty and I have a couple of mont …
1
vote
5answers
175 views
boolean algebra article/book
i got really confused every time when i encounterd bit operations,especially those shifts,rotates,overflow things etc.I wonder if there's any book/article on the web introducing bo …
4
votes
6answers
390 views
Books & resources to teach myself Linear Algebra
The title says it all basically, I'm looking for books and resource to teach myself linear algebra to be used in 3D graphics programming. I prefer practical approaches to teaching …
