Original file(SVG file, nominally 700 × 600 pixels, file size: 76 KB)

Summary

Description
English: Illustration of the voltage-current phase relationships for a capacitor and an inductor.
Date
Source Own work
Author Andel
Permission
(Reusing this file)
Public domain This chart is ineligible for copyright and therefore in the public domain, because it consists entirely of information that is common property and contains no original authorship. For more information, see Commons:Threshold of originality § Charts

العربية | Deutsch | English | español | français | italiano | 日本語 | македонски | română | русский | slovenščina | 中文(简体) | 中文(繁體) | +/−

I, the copyright holder of this work, hereby publish it under the following license:
Creative Commons CC-Zero This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication.
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.

Other versions File:VI phase.png
SVG development
InfoField
 
The SVG code is valid.
 
This diagram was created with MATLAB.
Source code
InfoField

MATLAB code

x = linspace(0,3*pi,1000000);
y1 = sin(x+0.5*pi)
y2 = sin(x)
y3 = -sin(x)
tiledlayout(2,1)
ax1 = nexttile;
plot(ax1,x,y1,x,y2,'LineWidth',2)
xlim([0 3*pi])
ylim([-1.1 1.1])
title(ax1,'Capacitor V - I phase relationship', 'FontSize', 14)
xlabel(ax1,'Time')
legend('Current','Voltage')
ax2 = nexttile;
plot(ax2,x,y1,x,y3,'LineWidth',2)
xlim([0 3*pi])
ylim([-1.1 1.1])
title(ax2,'Inductor V - I phase relationship', 'FontSize', 14)
xlabel(ax2,'Time')
legend('Current','Voltage')

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

24 May 2020

image/svg+xml

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current13:21, 18 March 2021Thumbnail for version as of 13:21, 18 March 2021700 × 600 (76 KB)Nyqconverted text from paths to true editable text, decapitalized common nouns
15:19, 24 May 2020Thumbnail for version as of 15:19, 24 May 2020700 × 600 (70 KB)Andelcleaner code
14:34, 24 May 2020Thumbnail for version as of 14:34, 24 May 2020700 × 600 (177 KB)Andel== {{int:filedesc}} == {{Information |description=|Description={{en|Illustration of the voltage-current phase relationships for a capacitor and an inductor.}} |date= 2020-05-24 |source={{own}} |author=Andel |permission= {{PD-chart}}{{self|cc-zero}} |other versions= File:VI phase.png |other fields={{Igen|MATLAB|0|+|code= x = linspace(0,3*pi,1000000); y1 = sin(x+0.5*pi) y2 = sin(x) y3 = -sin(x) tiledlayout(2,1) ax1 = nexttile; plot(ax1,x,y1,x,y2,'LineWidth',2) xlim([0 3*pi])...

The following page uses this file:

Global file usage

The following other wikis use this file:

Metadata