Tagged Questions

1
vote
6answers
155 views

algorithm to find derivative

I'm writing program in Python and I need to find the derivative of a function (a function expressed as string). For example: x^2+3*x Its derivative is: 2*x+3 Are there any scripts available, or is …
0
votes
3answers
144 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 …
1
vote
5answers
141 views

How to find the minima using derivative? [closed]

Hello all, I have a function say, f(t) = ((a + t - x0)^2 + (b + t - y0)^2 + (c + t - z0)^2) where a,b,c,x0,y0,z0 are some numeric constants. I want to find minima of t that is a value of t where …
7
votes
5answers
391 views

Predictive “blood glucose” algorithm?

I'm writing an app that lets a diabetic user enter his/her "blood glucose" readings, and then charts them on a graph over time from left to right. Since the blood readings will be done only several …
0
votes
1answer
318 views

Domain and Tuple relational calculus

Is there a "real" difference between the above two? Other than the tiniest minute difference between their syntax?