File:Affine conn eg2.svg
From Wikimedia Commons, the free media repository
Jump to navigation
Jump to search
Size of this PNG preview of this SVG file: 600 × 600 pixels. Other resolutions: 240 × 240 pixels | 480 × 480 pixels | 768 × 768 pixels | 1,024 × 1,024 pixels | 2,048 × 2,048 pixels | 1,000 × 1,000 pixels.
Original file (SVG file, nominally 1,000 × 1,000 pixels, file size: 105 KB)
File information
Structured data
Captions
Summary
[edit]DescriptionAffine conn eg2.svg |
English: Another example of the Levi-Civita connection of two vector fields. |
Date | |
Source | Own work |
Author | IkamusumeFan |
Other versions | Affine connection example.svg: |
SVG development InfoField | |
Source code InfoField | Gnuplot code# Author: Ika
# Date: 12/31/2014
set term svg font 'Times, 18' size 1000,1000
set output 'affine_conn_eg2.svg'
set size ratio 1
set xrange [-1.5:1.5]
set yrange [-1.5:1.5]
# Unit along the axes
set xtics 1
set ytics 1
unset grid
unset label
set key off
# The following block shows the red vector field.
# j stands for a different radius r
do for [j=1:25] {
r = 2/25.0*j
# i stands for a different angle \theta
do for [i=1:50] {
theta = 2*pi/50.0*(i-1)
set arrow j*50+i from r*cos(theta), r*sin(theta) to r*cos(theta)-0.1*sin(theta), r*sin(theta)+0.1*cos(theta) lw 1 lc rgb "red"
}
}
# The following block shows the blue vector field.
# j stands for a different radius r
do for [j=1:10] {
r = 2/10.0*j
# i stands for a different angle \theta
do for [i=1:50] {
theta = 2*pi/50.0*(i-1)
set arrow j*50+i+2000 from r*cos(theta), r*sin(theta) to (r+0.1)*cos(theta), (r+0.1)*sin(theta) lw 1 lc rgb "blue"
}
}
# To show the arrows, I have to plot something. So I choose a trivial zero function.
set parametric
plot 0,0 lw 1 lc rgb "rgb"
set term x11
set output
|
Licensing
[edit]I, the copyright holder of this work, hereby publish it under the following license:
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
- You are free:
- to share – to copy, distribute and transmit the work
- to remix – to adapt the work
- Under the following conditions:
- attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 23:57, 31 December 2014 | 1,000 × 1,000 (105 KB) | IkamusumeFan (talk | contribs) | User created page with UploadWizard |
You cannot overwrite this file.
File usage on Commons
The following 3 pages use this file:
File usage on other wikis
The following other wikis use this file:
- Usage on en.wikipedia.org
Metadata
This file contains additional information such as Exif metadata which may have been added by the digital camera, scanner, or software program used to create or digitize it. If the file has been modified from its original state, some details such as the timestamp may not fully reflect those of the original file. The timestamp is only as accurate as the clock in the camera, and it may be completely wrong.
Short title | Gnuplot |
---|---|
Image title | Produced by GNUPLOT 4.6 patchlevel 3 |
Width | 1000 |
Height | 1000 |