File:VFPt dipole magnetic3.svg
From testwiki
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.
Original file (SVG file, nominally 600 × 600 pixels, file size: 23 KB)
This file is from Wikimedia Commons and may be used by other projects. The description on its file description page there is shown below.
Summary
DescriptionVFPt dipole magnetic3.svg |
English: Magnetic dipole field around a small current loop. |
Date | |
Source | Own work |
Author | Geek3 |
Other versions | |
SVG development InfoField | This plot was created with VectorFieldPlot. |
Source code InfoField | Python code# paste this code at the end of VectorFieldPlot 1.2
doc = FieldplotDocument('VFPt_dipole_magnetic3',
commons=True, width=600, height=600)
field = Field({'ringcurrents':[[0,0,0,0.5,1]]})
n = 12
for i in range(n):
a = 4.2 * ((i + 0.5) / n - 0.5)
line = FieldLine(field, [0, 0.5 * (exp(a)-1) / (exp(a)+1)],
directions='both')
doc.draw_line(line, linewidth=2.4,
arrows_style={'dist':1.7, 'scale':1.1, 'max_arrows':4})
# draw ring
symb = doc.draw_object('g', {'id':'ring',
'transform':'scale({0},{0})'.format(1.0/doc.unit)})
defs = doc.draw_object('defs', {}, group=symb)
spot = doc.draw_object('radialGradient', {'id':'light_spot',
'cx':'0.65', 'cy':'0.7', 'r':'0.75'}, group=defs)
for col, of in [['#fff', '0'], ['#ddd', '0.15'],
['#aaa', '0.5'], ['#444', '1']]:
doc.draw_object('stop', {'stop-color':col, 'offset':of}, group=spot)
doc.draw_object('path',
{'d':'M -20.5,50 V -50 A 20.5,20.5 0 0,1 20.5,-50 V 50 A 20.5,20.5 0 0,1 -20.5,50 Z',
'style':'fill:url(#light_spot); stroke:#000000; stroke-width:3'},
group=symb)
doc.draw_object('circle', {'cx':'0', 'cy':'0', 'r':'5',
'transform':'translate(0,50)',
'style':'fill:#000000; stroke:none; opacity:0.5'}, group=symb)
doc.draw_object('path', {'d':'M {1},-{0} L {0},-{1} L {2},{3} L {0},{1} \
L {1},{0} {3},{2} L -{1},{0} L -{0},{1} L -{2},{3} L -{0},-{1} L -{1},-{0} \
L {3},-{2} L {1},-{0} Z'.format(11, 8, 3, 0),
'transform':'translate(0,-50)',
'style':'fill:#000000; stroke:none; opacity:0.5'}, group=symb)
doc.write()
|
Licensing
I, the copyright holder of this work, hereby publish it under the following licenses:
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled GNU Free Documentation License.http://www.gnu.org/copyleft/fdl.htmlGFDLGNU Free Documentation Licensetruetrue |
This file is licensed under the Creative Commons Attribution-Share Alike 3.0 Unported 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.
You may select the license of your choice.
Items portrayed in this file
depicts
September 2010
image/svg+xml
23,121 byte
600 pixel
600 pixel
c0af2927df63bf80f64c34e10ec5b06c3412e387
File history
Click on a date/time to view the file as it appeared at that time.
Date/Time | Thumbnail | Dimensions | User | Comment | |
---|---|---|---|---|---|
current | 15:29, 28 September 2010 | 600 × 600 (23 KB) | wikimediacommons>Geek3 | own work |
File usage
The following 2 pages use this file:
Retrieved from "https://en.beta.math.wmflabs.org/wiki/File:VFPt_dipole_magnetic3.svg"