Functional Differential Geometry
.
b. Write this as a computational expression.
~~~
…
(define (components->vector-field components coordsys) (define (v f) (compose (* (D (compose f (point coordsys))) components) (chart coordsys))) (procedure->vector-field v)) (define R2->R (-> (UP Real Real) Real)) (define v (components->vector-field (up (literal-function 'v_x R2->R) (literal-function 'v_y R2->R)) R2-rect)) (define R2-rect-chi-inverse (point R2-rect)) (define R2-rect-point (R2-rect-chi-inverse (up 'x_0 'y_0))) (show-expression ((v (literal-manifold-function 'h R2-rect)) R2-rect-point))
— Me@2024-11-22 04:05:26 PM
.
.
2024.12.15 Sunday (c) All rights reserved by ACHK