Group Abstract Group Abstract

Message Boards Message Boards

How do interpolated functions interact with symbolic derivatives?

POSTED BY: Kaden Tro
4 Replies

I don't understand what EuclideanDistance[Subscript[v, i], Subscript[v, i + 1]] means.

EuclideanDistance[u,v] is the distance between two points in space, but you are applying it to two coordinates of the same point.

POSTED BY: Gianluca Gorni
POSTED BY: Kaden Tro

Without working code, D[EuclideanDistance[xi, xj], xi] doesn't make a lot of sense to me, since D[] is the partial derivative operator. Thus xi etc. should be scalars for D[] and vectors for EuclideanDistance[]. But if the xi etc. are stand-ins for other values, maybe it could make sense somehow.

POSTED BY: Michael Rogers

Ah that's my bad, the xi's in the EuclideanDistance[] should probably be labeled vi, as they're vectors, and I'm taking the derivative with respect to their x components.

POSTED BY: Kaden Tro
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard