|
parallel?
Series
resistors
합성저항① =
합성저항③ =
합성저항⑤ =
Parallel
resistors
합성저항② =
합성저항④ =
합성저항⑥ =
합성저항⑦ = :
2. Using the milliammeter readings provided in Fig.6.11, determine the total resistance of the network . Assume for all meters.
→ 계
|
- 페이지 8페이지
- 가격 2,500원
- 등록일 2011.06.09
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Parallel Resistance
Part 4. Different Levels of Resistance
Part 5. Open Circuits
EXPERIMENT dc 7. Parallel dc Circuits
Part 3. Current Division
EXPERIMENT dc 8. Rheostats and Potentiometers
Part 4. Current Control with a Two-Point Rheostat
실험결과 분석 및 토의
|
- 페이지 5페이지
- 가격 1,000원
- 등록일 2015.04.27
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
않으며, 병렬연결 회로에서 전구를 한 개 더 병렬로 연결시키더라도, 다른 쪽 회로에 영향을 주지 않는다.
출처 : 교재 본문, 한국과학창의재단, 네이버백과(http://100.naver.com) ‘저항연결’
< 참 고 문 헌 >
기초전기전자시험 / 김상배 저 /
|
- 페이지 2페이지
- 가격 1,000원
- 등록일 2011.06.09
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|
|
resistance */
/* of two resistors in parallel */
#include<stdio.h>
int main(void)
{
float R1,R2,Requ;
puts(\"Enter R1 and R2\");
scanf(\"%f %f\",&R1,&R2);
Requ=1.0/(1.0/R1+1/R2);
printf(\"Parallel resistance is %f\",Requ);
return(0);
}
▤ 프로그램 4.23
/* Program to determine current flowing in
|
- 페이지 12페이지
- 가격 2,000원
- 등록일 2006.04.17
- 파일종류 한글(hwp)
- 참고문헌 없음
- 최근 2주 판매 이력 없음
|
|
Resistance of Thin YBa2Cu3O7-δ Superconductor Films, to be published in J. Korean Phys. Soc.
[18] Kenneth T. Leong, James C. Booth, and Sang Young Lee, Influence of Impedance Mismatch Effects on Measurements of Unloaded Q Factors of Transmission Mode Dielectric Resonators, IEEE Trans. on Applied Sup
|
- 페이지 59페이지
- 가격 3,000원
- 등록일 2010.04.30
- 파일종류 한글(hwp)
- 참고문헌 있음
- 최근 2주 판매 이력 없음
|