OE 6b. zad

Size
2,959 Kb
Views
8,096

How do I make an oe 6b. zad?

Na slici je izdvojeno prikazan jedan čvor neke složenije električne mreže. Ako je poznato: i(t) = Imaks sin(104t + αI) [A] i uL(t) = UL maks sin(104t + αUL) [V],. What is a oe 6b. zad? How do you make a oe 6b. zad? This script and codes were developed by Mihovil Ilakovac on 31 October 2022, Monday.

OE 6b. zad Previews

OE 6b. zad - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>OE 6b. zad</title> <link rel='stylesheet prefetch' href='https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div id="root"> <img src="http://storage1.static.itmages.com/i/15/1212/h_1449949139_3875322_423669c052.jpeg" alt="" /> <div class="form-group"> Imaks = <input type="text" v-model="Imaks" placeholder="I maks"/> V </div> <div class="form-group"> &alpha;i = <input type="text" v-model="alpha_i" placeholder="Alfa I"/> V </div> <div class="form-group"> ULmaks = <input type="text" v-model="Ulmaks" placeholder="Ul maks"/> stupnjeva </div> <div class="form-group"> &alpha;UL = <input type="text" v-model="alpha_Ul" placeholder="Alfa Ul"/> stupnjeva </div> <div> <button @click="calc">Izracunaj</button> </div> <div v-if="u21 && alpha"> <strong>Rješenja</strong><br /> U21 = {{ u21 | round}} V <br /> &alpha;21 = {{ alpha | uStupnjeve | round }} stupnjeva<br /> <hr /> <p>Izračunali smo napon zavojnice, preko njenog otpora i njegovog napona dobili fazor njene struje. Onda smo zbrojili struju I (fazor od i(t)) i struju zavojnice. Zbroj te dvije struje prolazi kroz otpor i daje neki Ur. U21 je zapravo zbroj napona na zavojnici i napona na otporu.</p> </div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/vue/1.0.8/vue.min.js'></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjs/2.4.1/math.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

OE 6b. zad - Script Codes CSS Codes

img { max-width: 100%;
}
.form-group { display: inline-block; margin-right: 15px;
}

OE 6b. zad - Script Codes JS Codes

var trenutnaVrijednost = function(ef, f, t, alpha) { return ef * Math.sqrt(2) * Math.sin(2 * Math.PI * f * t * 1e-3 + alpha);
};
var toRad = function(stupnjevi) { return (parseFloat(stupnjevi) / 360) * 2 * Math.PI;
}
Vue.filter('round', function(value) { return math.round(value, 2);
});
Vue.filter('uStupnjeve', function(value) { return value * (180 / Math.PI);
});
new Vue({ el: "#root", methods: { calc: function() { var Ulef = this.Ulmaks / Math.sqrt(2); var Ief = this.Imaks / Math.sqrt(2); var I = math.complex({ r: Ief, phi: toRad(this.alpha_i) }); var UL = math.complex({ r: Ulef, phi: toRad(this.alpha_Ul) }); var omegaL = math.complex({ r: this.omega * this.L, phi: toRad(90) }); var IL = math.divide(UL, omegaL); var Iuk = math.add(I, IL); var R = math.complex({ r: this.R, phi: 0 }); var Ur = math.multiply(Iuk, R); var rez = math.add(UL, Ur).toPolar(); this.u21 = rez.r; this.alpha = rez.phi; } }, data: function() { return { Imaks: 2.4, alpha_i: 56, Ulmaks: 11, alpha_Ul: 38, u21: undefined, alpha: undefined, omega: 1e4, L: 1e-2, R: 5 }; }
})
OE 6b. zad - Script Codes
OE 6b. zad - Script Codes
Home Page Home
Developer Mihovil Ilakovac
Username infomiho
Uploaded October 31, 2022
Rating 3
Size 2,959 Kb
Views 8,096
Do you need developer help for OE 6b. zad?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Mihovil Ilakovac (infomiho) Script Codes
Create amazing captions with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!