Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
115 views

Prevent reordering in derivative output?

A recent post on the Wolfram Blog offered the following function to format derivatives in a more traditional way. pdConv[f_] := TraditionalForm[ f /. Derivative[inds__][g_][vars__] :> ...
4
votes
1answer
262 views

How do I use mathematica to implicitly solve differential equations of a single variable?

I'm trying to force Mathematica to implicitly differentiate an ellipse equation of the form: x^2/a^2+y^2/b^2 == 100 with a = 8 and b = 6. The command I'm using looks like this: D[x^2/a^2 + ...
3
votes
7answers
1k views

Derivative Calculator

I'm interested in building a derivative calculator. I've racked my brains over solving the problem, but I haven't found a right solution at all. May you have a hint how to start? Thanks I'm sorry! I ...
2
votes
1answer
45 views

Differentiating update of entries (business logic objects)

The situation I'm facing is as follows: There are large number of 'flat' files from which data is extracted by a C# app in order to create entries which are in turn written in a database (MS SQL ...
1
vote
1answer
56 views

Looking for a better method to do Quaternion differentiaton

I have a quaternion (4x1) and an angular velocity vector(3x1) and I call a function to calculates the differential quaternion as explained in this web. The code looks like this: float wx = ...
1
vote
2answers
4k views

Multi-touch detecting & differentiating - Cocos2d for iPhone

I would like to know how to detect and differentiate between touches in a multi-touch view. I have read about a "hash" code, but I don't understand how to use it. I want to know when two of my ...
0
votes
0answers
50 views

Randomize “Different” Image Everytime

I tried to make my homepage images random, but i want them to be different everytime. I mean, i don't want to show img1.png four times in a row. I tried to use cookies, but that was a disaster, i ...
0
votes
1answer
124 views

Obtaining normal of vertices of torus mesh

I'm trying to create my own torus with smooth shading. However, the normal seems to be wrong. Here is my code. GLfloat NoMat[] = { 0.0f, 0.0f, 0.0f, 1.0f }; GLfloat ...
0
votes
1answer
114 views

Accessing parameters in a webservice from a different application

I have C# webservice webmethods hosted on a server and accessed by different applications(web,winforms etc). Is there any way i can detect that these parameters are sent from winforms, these are from ...
-2
votes
1answer
131 views

Is there any Good library for solving differentiation equations using differentiation operator?

Good library for solving differentiation equations (not only 1rst order) using differentiation operator?Better written in C/C++/PHP/C#/Actionscript/Javascript