Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laszlokorte/affine-transformed-functions
https://github.com/laszlokorte/affine-transformed-functions
Last synced: about 19 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/laszlokorte/affine-transformed-functions
- Owner: laszlokorte
- Created: 2023-09-28T15:22:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-17T14:33:09.000Z (about 1 year ago)
- Last Synced: 2024-04-09T23:06:25.361Z (7 months ago)
- Language: Svelte
- Size: 110 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Screenshot of the app](preview.png)
[Live Demo](https://static.laszlokorte.de/affine-transformed-functions/)
# Affine Transformation of Functions
On the right side you can see how the plots of various functions look in relation on to each other. Use the circular or the square handle in the coordinate system to scale or shift the functions in X or in Y direction. This shifting and scaling is called affine transforming.
You will notice that the relative distances between the functions will not change. The parameter k can be adjusted using the slider on the left side. You can observe how the curvature of the functions will be affected.
You can only click on the pick function button on the left side to select individual functions to compare to each other. Individual functions can be scaled independently from each other. But when comparing two functions you will observe that, depending on the function and the parameter k, one will grow much higher and faster no matter how the other function is scaled. Use the zoom slider (or mousewheel) in the bottom right corner to zoom out and observe the behavior for the functions for larger x values.
In short: Affine transformations do not affect a functions general behavior for large input values.