Feeds
질문
synchronous generator sudden load change effects
I am investigating the reactions of an 850 KVA synchronous generator to sudden load changes. The synchronous generator is 400 V ...
10개월 전 | 답변 수: 1 | 0
1
답변질문
Simulating salient pole synchronous generator runaway condition
Hello, I want to examine the runaway condition for a salient pole synchronous generator. For this, I want to remove the load whi...
대략 1년 전 | 답변 수: 1 | 0
1
답변질문
Error: File: Untitled11.m Line: 1 Column: 10 Invalid expression. Check for missing multiplication operator, missing or unbalanced delimiters, or other syntax error. To construct matrices, use brackets instead of parentheses.
f = x^3+2x^2-x+3; %actual derivative of function fprime = 3x^2+4x-1; %step size: h=0.1; %forward difference ...
거의 7년 전 | 답변 수: 1 | 0
1
답변질문
Error using fprintf Unable to convert 'sym' value to 'double'. Error in Untitled (line 14) fprintf('Taylor series approximation = %.7g \n',approx)
syms x f = x^5; fprintf('Taylor series of x^5 \n'); N = input('Enter the number of terms in the expansion: '); a = input('E...
거의 7년 전 | 답변 수: 1 | 0

