diff --git a/es.telecomlobby.com/radio_aficion/URE_2.html b/es.telecomlobby.com/radio_aficion/URE_2.html index 111b04c6..a0f6697b 100644 --- a/es.telecomlobby.com/radio_aficion/URE_2.html +++ b/es.telecomlobby.com/radio_aficion/URE_2.html @@ -590,9 +590,157 @@ header, .context-menu, .megamenu-content, footer{ +mjx-container[jax="SVG"] { + direction: ltr; +} + +mjx-container[jax="SVG"] > svg { + overflow: visible; + min-height: 1px; + min-width: 1px; +} + +mjx-container[jax="SVG"] > svg a { + fill: blue; + stroke: blue; +} + +mjx-assistive-mml { + position: absolute !important; + top: 0px; + left: 0px; + clip: rect(1px, 1px, 1px, 1px); + padding: 1px 0px 0px 0px !important; + border: 0px !important; + display: block !important; + width: auto !important; + overflow: hidden !important; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +mjx-assistive-mml[display="block"] { + width: 100% !important; +} + +mjx-container[jax="SVG"][display="true"] { + display: block; + text-align: center; + margin: 1em 0; +} + +mjx-container[jax="SVG"][display="true"][width="full"] { + display: flex; +} + +mjx-container[jax="SVG"][justify="left"] { + text-align: left; +} + +mjx-container[jax="SVG"][justify="right"] { + text-align: right; +} + +g[data-mml-node="merror"] > g { + fill: red; + stroke: red; +} + +g[data-mml-node="merror"] > rect[data-background] { + fill: yellow; + stroke: none; +} + +g[data-mml-node="mtable"] > line[data-line], svg[data-table] > g > line[data-line] { + stroke-width: 70px; + fill: none; +} + +g[data-mml-node="mtable"] > rect[data-frame], svg[data-table] > g > rect[data-frame] { + stroke-width: 70px; + fill: none; +} + +g[data-mml-node="mtable"] > .mjx-dashed, svg[data-table] > g > .mjx-dashed { + stroke-dasharray: 140; +} + +g[data-mml-node="mtable"] > .mjx-dotted, svg[data-table] > g > .mjx-dotted { + stroke-linecap: round; + stroke-dasharray: 0,140; +} + +g[data-mml-node="mtable"] > g > svg { + overflow: visible; +} + +[jax="SVG"] mjx-tool { + display: inline-block; + position: relative; + width: 0; + height: 0; +} + +[jax="SVG"] mjx-tool > mjx-tip { + position: absolute; + top: 0; + left: 0; +} + +mjx-tool > mjx-tip { + display: inline-block; + padding: .2em; + border: 1px solid #888; + font-size: 70%; + background-color: #F8F8F8; + color: black; + box-shadow: 2px 2px 5px #AAAAAA; +} + +g[data-mml-node="maction"][data-toggle] { + cursor: pointer; +} + +mjx-status { + display: block; + position: fixed; + left: 1em; + bottom: 1em; + min-width: 25%; + padding: .2em .4em; + border: 1px solid #888; + font-size: 90%; + background-color: #F8F8F8; + color: black; +} + +foreignObject[data-mjx-xml] { + font-family: initial; + line-height: normal; + overflow: visible; +} + +mjx-container[jax="SVG"] path[data-c], mjx-container[jax="SVG"] use[data-c] { + stroke-width: 3; +} + +g[data-mml-node="xypic"] path { + stroke-width: inherit; +} + +.MathJax g[data-mml-node="xypic"] path { + stroke-width: inherit; +} +mjx-container[jax="SVG"] path[data-c], mjx-container[jax="SVG"] use[data-c] { + stroke-width: 0; + }
EA4DXP
La ley de Ohm se aplica también a circuitos de CA
siempre y cuando solo haya resistencias o elementos que se comporten como tales.
En el caso existan bobinas encontraremos la llamada reactancia inductiva y si hay condensadores la reactancia capacitiva; las dos son consecuencia del desfase que se produce entre tensión y corriente.
La oposición al paso de corriente alterna que presenta una bobina de inductancia L
se llama reactancia inductiva XL
. Si la tensión aplicada por el generador es E
, la su frecuencia f
, la oposición es explicada por la ecuación sobre escrita.
Si la f
es 0
la XL
también es 0
entonces la bobina se comporta como un conductor permitiendo el paso de la corriente. Mejor dicho una bobina no se opone al paso de la corriente continua.
Es la oposición XC
al paso de CA
que presenta un condensador C
. A mayor f
o mayor C
del condensador corresponderá menor reactancia capacitativa y viceversa. Cuanto mayor sea C
y f
mayor intensidad de CA
atraviesa el condensador. Si f
es 0
XC
es infinita porqué el condensador se comporta como un aislante, impidiendo el paso de corriente.
Un condensador se opone al paso de corriente continua.
EA4DXP