Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in math

Addition and multiplication in a Galois Field

Non-sequential substitution in SymPy

Setting Assumptions on Variables in Sympy Relative to Other Variables

python math sympy

Puzzle that defies the brute force approach?

python math puzzle

weighted moving average with numpy.convolve

python math numpy

How do computers evaluate huge numbers?

math data-structures

Other examples of magical calculations

Find position of prime number

c algorithm math primes sieve

Is there a standard abstraction for semirings or monoids in C++?

c++ math boost monoids

Evenly distributing all items in a list

algorithm math

Finding the closest integer fraction to a given random real between 0..1, given ranges of numerator and denominator

Round to (1, 2, or 5) x 10^n in Objective-C?

iphone objective-c c ios math

Kinect intrinsic parameters from field of view

pow or ** for very large number in Python

python python-2.7 math numpy

Mathjax curly brackets don't show up (using jekyll)

math latex jekyll mathjax

How to count the number of 1 bits set in 0, 1, 2, ..., n in O(n) time?

Algorithm to find which numbers from a list of size n sum to another number

c# algorithm math np-complete

Parsing dice expressions (e.g. 3d6+5) in C#: where to start?

c# math computer-science dice

Sort points by angle from given axis?

Java: How do I perform integer division that rounds towards -Infinity rather than 0?

java math integer division