Tagged Questions

2
votes
5answers
106 views

Need some math - Projecting Slope

I have a rectangle. Its height (RH) is 400. Its width (RW) is 500. I have circle. Its height (CH) is 10. Its width (CW) is 10. Its starting location (CX1, CY1) is 20, 20. The circle has moved. Its ...
1
vote
3answers
563 views

How does one calculate the rate of change (?derivatives?) in C#?

I have a stream of data that trends over time. How do I determine the rate of change using C#? It's been a long time since calculus class, but now is the first time I actually need it (in 15 ...
1
vote
3answers
1k views

Matrix Multiplication To Rotate An Image In C#

I need to write a program that uses matrix multiplication to rotate an image (a simple square), based on the center of the square, a certain amount of degree based on what I need. Any help on this ...
0
votes
3answers
324 views

Differentiation or Indefinite Integration in PHP, Javascript, or C#?

I think/thought my question is rather simple, but I don't seem to be finding answers (yes I did pleny of Googleing). What I want t do is to be able to differentiate or integrate dynamically given an ...