Micro Fundamental

2. State and explain the Faraday’s law of electromagnetic induction. (3 marks)

Faraday’s First Law: Whenever there is a change in the magnetic flux linked with a coil, an EMF (electromotive force) is induced in it.

Faraday’s Second Law: The magnitude of induced EMF is directly proportional to the rate of change of magnetic flux.

Mathematical Expression:
D/phi/dt .
Where:
 • N = number of turns,
 • Phi = magnetic flux,
 • Negative sign indicates Lenz’s law (opposition to change).

...

See on Student Notes »

AFM 274 Midterm 1 Cheat Sheet

Q1 PCM.VL (30%D,70%E,rD=5%), FCF=$10M, rE=10% - No Arb
VU = $10M/10%=VL,DL= 0.3*100m=30m, EL=0.7*100m=70m,

Perpetual Return VU=1%*FCF,VL=1*(10-5%*30)+1%*5%*30

PCM except Tc. Q2 Project 1 =10m(50%),P2=22m(brup50%),

rF =10%,Tc20%Lev Recap+Financial Distress FCF=10m*

(1-20%)=8m,Projval=(8m/10%)*0.5+(22m/1.1)*0.5=50m

-> MV BS Assets: Project = 50m, LE: D=0,E=50m

Levered Recap w perp cpn bnds (then repurchase equity w

proceeds). par = 15m, cpn r=10% ITS:DxTcx50% ->

MV BS post-announcement A:

...

See on Wikiteka »

Natieli

Comportamental BEHAVIORISMO, Começa com NETSON mais é com SKINNER que se ganha força, Objetivo do estudo é o COMPORTAMENTO. O'Que é comportamento? São nossas ações nos lugares que vivemos, Comportamento RESPONDENTE ou REFLEXO: É um comportamento automático, involuntário que acontece em resposta a um estímulo específico do ambiente: você não escolhe fazer, acontece automático. ex : pupilas dilatando salivar ao ver comida se arrepiar com o vento. Comportamento OPERANTE: É emitido

...

See on Wikiteka »

Soil24 collage

Soil Properties- soil texture, structure and organict influence detachment and transporation process

Accelerated soil erosion- more rapid erosion than natural or geological erosion unnatural human activities:

Gravitational Erosion -is not as common to watererosion but can cause damageto natural and man-made strucutures

Splash erosion- Raindrops falling on bare soil detach particles and splash them up into the air

Sheet erosion- Soil particles are easily transported in a thin layer or sheet by flowing

...

See on Student Notes »

wwfew

प्रश्न 1 - बैंहकिं ग क्षेत्र में हहिंदी के प्रयोग किने में उत्पन्न प्रमुख रुकावटें कौन-कौन सी है? इनके समाधान के महत्वपूर्क उपाय हिखे।

परिचय- आधुनिक परिवेश में बैंकिंग क्षेत्र के विभिन्न कार्य

...

See on Student Notes »

Medicine

18. Seebohm Rowntree industrial  How he did it: Conducted detailed surveys of poverty in York (early 1900s). Identified ‘poverty line’—the minimum income needed for basic needs. Showed links between poverty, poor health, and low life expectancy.
Short-term impact: Challenged the idea that poverty was due to laziness. Provided evidence that many people were poor through no fault of their own. Pressured government and charities to act. Long-term impact: Influenced development of social welfare

...

See on Student Notes »

newchit

Implementation of KNN ALGORITHM -LAB PROGRAM

from sklearn.datasets import load_iris

from sklearn.neighbors import KNeighborsClassifier

from sklearn.model_selection import train_test_split

importnumpy as np

# Load the Iris dataset

dataset = load_iris()

# Split the dataset into training and test sets

X_train, X_test, y_train, y_test = train_test_split(dataset.data, dataset.target, test_size=0.2, random_state=0)

print("Training labels:", y_train)

# Initialize and fit the KNN classifier

kn = KNeighborsClassifier(

...

See on Student Notes »

nut111

Lectures 6 ( Carbs, fats) + 7 (protein Amino Acid req'ts/ sports nutrition) Lectures 8 (Mineral Requirements + Recs) + 9 (Vitmain Req'ts + recs/ Food labeling)

Macronutrients; Protein, Carbs, Fat; All provide energy, all req’d in relatively large amounts “MACRO”; Fiber is closely related to CHO

DRI: Acceptable Macronutrient Distribution Ranges (AMDR’s);Balance of macronutrients ;Rations (as a percentage of dietary energy) of macronutrients associated with:Maintenance of HEALTHY weight,

...

See on Wikiteka »

Pps eng 1

Explain the use of scanf() and printf() with examples.

#include <stdio.h>

int main() {

    int a = 10;

    float b = 5.5;

    printf("The value of a is %d and b is %.2f\n", a, b);

    return 0;

}

The value of a is 10 and b is 5.50

#include <stdio.h>

int main() {

    int age;

    printf("Enter your age: ");

    scanf("%d", &age);

    printf("You are %d years old.\n", age);

    return 0;

}         ,      You are 21 years old.



Explain the following types of

...

See on Student Notes »