File:VFPt image charge plane horizontal.svg

來自Wikimedia Commons
跳去導覽 跳去搵嘢

原本檔案(SVG檔案,表面大細: 600 × 500 像素,檔案大細:15 KB)

Captions

Captions

Add a one-line explanation of what this file represents
Image of a proton from which the electric field lines are emerging.

摘要[編輯]

描述
English: Field of a positive electric charge in front of a perfectly conducting horizontal metal surface. The field outside the metal can be constructed using an image charge behind the metal surface.
日期
來源 自己作品
作者 Geek3
Other versions
SVG genesis
InfoField
 
The SVG code is valid.
 
This plot was created with VectorFieldPlot.
原始碼
InfoField

Python code

# paste this code at the end of VectorFieldPlot 1.0
doc = FieldplotDocument('VFPt_image_charge_plane_horizontal', width=600, height=500, center=[300,300], commons=True)
field = Field({'monopoles':[[0,0,1]]}); doc.draw_charges(field, scale=1.5)
field = Field({'monopoles':[[0,0,1], [0,-3,-1]]})
n = 22
Fs = ig.quad(lambda phi: sc.dot(rot([0,1], phi), field.F(rot([0,1.5], phi))), 0, 2*pi)[0]
for i in range(n):
    a = float(i) / n
    phi = op.brentq(lambda phi1: ig.quad(lambda phi: sc.dot(rot([0,1], phi),
        field.F(rot([0,1.5], phi))), 0, phi1)[0] - a * Fs, 0, 2*pi)
    line = FieldLine(field, rot([0,1.5], phi), maxr=10, directions='both', bounds_func=lambda p: -p[1]-1.5)
    doc.draw_line(line, arrows_style={'max_arrows':1, 'offsets':[0.7,0.3,0.3,0.7], 'scale':1.35})
doc.draw_object('rect', {'x':-3.02,'y':-2.02,'width':6.04,'height':0.515,
    'style':'fill:#bbb; stroke:#000; stroke-width:0.03'})
doc.write()

協議[編輯]

I, the copyright holder of this work, hereby publish it under the following licenses:
GNU head 根據自由軟體基金會發佈嘅無固定段落、封面文字同封底文字GNU自由文件授權條款第1.2或打後嘅版本,你獲授權可以重製、散佈同埋修改爾份文件。授權條款嘅副本喺章節GNU自由文件授權條款
w:en:Creative Commons
署名 相同方式分享
你可以:
  • 去分享 – 複製、發佈同傳播呢個作品
  • 再改 – 創作演繹作品
要遵照下面嘅條件:
  • 署名 – 你一定要畀合適嘅表彰、畀返指向呢個授權條款嘅連結,同埋寫明有無改過嚟。你可以用任何合理方式去做,但唔可以用任何方式暗示授權人認可咗你或者你嘅使用方式。
  • 相同方式分享 – 如果你用任何方式改過呢個作品,你必須要用返原本或者相似嘅條款發佈。
你可以揀你想用嘅牌照。

檔案歷史

撳個日期/時間去睇響嗰個時間出現過嘅檔案。

日期/時間縮圖尺寸用戶註解
現時2020年2月25號 (二) 12:02響2020年2月25號 (二) 12:02嘅縮圖版本600 × 500(15 KB)Geek3傾偈 | 貢獻I appreciate the effort. However 15kB is already tiny and efficient, and with straight line segments the image is simple and fast to render. The Bezier version has visible deviations from the accurate original and the charge gradient got messed up.
2020年2月20號 (四) 15:50響2020年2月20號 (四) 15:50嘅縮圖版本600 × 500(2 KB)Jarvisa傾偈 | 貢獻Simplified SVG source
2010年6月14號 (一) 19:33響2010年6月14號 (一) 19:33嘅縮圖版本600 × 500(15 KB)Geek3傾偈 | 貢獻VFPt_image_charge_plane_horizontal

全域檔案使用情況

下面嘅維基都用緊呢個檔案:

睇呢個檔案嘅更多全域使用情況

Metadata