Question

QUESTION #1 Solve the following eqnation to find the values of t whenf-0.25,0.5,0.75 e erfc(t) 1 - Your final answer should c

0 0
Add a comment Improve this question Transcribed image text
Answer #1

MATLAB Code:

close all
clear
clc

syms t
F = [0.25 0.5 0.75];
for i = 1:length(F)
f = F(i);
eqn = exp(t) * erfc(t) == 1 - f;
t_sol = solve(eqn,t);
fprintf('For f = %.2f, t = %.8f\n', f, t_sol)
end

Output:

For f = 0.25, t = 0.55994306
For f = 0.50, t = -1.35856675
For f = 0.75, t = 1.28509499

Add a comment
Know the answer?
Add Answer to:
QUESTION #1 Solve the following eqnation to find the values of t whenf-0.25,0.5,0.75 e erfc(t) 1 ...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • csn i get the m file for mathlab plz QUESTION #2 ture-conductivity data in Table 1 is from a material that is known to follow Arrhenius The temperat law: -1000 S Аевт Perform a least squares...

    csn i get the m file for mathlab plz QUESTION #2 ture-conductivity data in Table 1 is from a material that is known to follow Arrhenius The temperat law: -1000 S Аевт Perform a least squares regression analysis to find the best-fit values for A and B. Find also the R'value, where B T S-S Plot a graph to show the data points together with the best-fit curve. o wrse Save your main m-file: 02_studentID.m Write the program such that...

  • Kindly solve this using C PROGRAMMING ONLY. 4. Write a program marks.c which consists of a...

    Kindly solve this using C PROGRAMMING ONLY. 4. Write a program marks.c which consists of a main function and three other functions called. readmarks , changemarks (, and writemarks() The program begins by calling the function readmarks () to read the input file marksin. txt which consists of a series of lines containing a student ID number (an integer) and a numeric mark (a float). Once the ID numbers and marks have been read into arrays (by readmarks () the...

  • 1. Consider the circuit shown below. Cl e, (0) c, e。(t) Find the transfer function below using t...

    Please help with this dynamics circuit analysis. Please show work and explain. Thank you!! 1. Consider the circuit shown below. Cl e, (0) c, e。(t) Find the transfer function below using time-domain and impedance methods. (a) Determine the differential equation for the relationship between eo(1) and e(1) (b) Find the transfer function E, (s)/E,(s) and determine the system time constant in terms of the circuit element values C, C, and R 17 2 (c) Find the transfer function E, (s)/E,...

  • solve all questions simply by using Matlab writh all steps here please 1 Normal 1 No Spac.. Heading 1 Heading2 Title Subtitle Subtle Em... Ep Paragraph Styles 7. Write an M-file that creates subpl...

    solve all questions simply by using Matlab writh all steps here please 1 Normal 1 No Spac.. Heading 1 Heading2 Title Subtitle Subtle Em... Ep Paragraph Styles 7. Write an M-file that creates subplots (not superimposed) of Yfor n[:5) and X= [-10 : 0.01 : 101. Each subplot's Y axis should have an appropriate title. 8. Write a Matlab program to calculate the values of the function ro-ssint for all t where sint >0 f(t)=t0 elsewhere. 6π at intervals of...

  • Matlab question Task 2 Download the ENG1060studentmarks.txt file from the Moodle. The file contains the following...

    Matlab question Task 2 Download the ENG1060studentmarks.txt file from the Moodle. The file contains the following information: 1. Column 1: Student ID 2. Column 2--11: Lab marks (/10) worth 2% each (20% total of final grade) 3. Column 12: Assignment mark (/10) worth 10% of the final grade 4. Column 13: Exam mark (100) worth 70% of the final grade a) Write a function that accepts a student's laboratory, assignment and exam marks as inputs to determine the final mark...

  • a) A step function has following characteristic 1for t > 0 -1 for t < 0...

    a) A step function has following characteristic 1for t > 0 -1 for t < 0 sgn(t) Use MATLAB plot this function over [-10, 10]. One display panel has two figures over two rows This is figure 1. It is displayed on top row of display panel. Give title; label x- and y- axes b) Plotting the Graph of a Sinc Function The sinc function is defined as sinx f(x) х whose value at x = 0 is sinx (sinx)...

  • Question 1: 1. Figure out what the following MATLAB code does (Notice that R n =...

    Question 1: 1. Figure out what the following MATLAB code does (Notice that R n = 500 for jay - 1:4 ifjoy > 1;oldtime = time; end M rand(n); t cputime; forrep -1:5 R chol(A): en time = cputime-t; if jay > 1; ratio - time/oldtime, end en If you put these instructions into a file named, say, zap.m, you can run the program by typing zap from the MATLAB command line. The functions randn, cputime, and chol are built-in...

  • P2) Write a MATLAB function myLinReg Username that is defined below. Use the in-built MATLAB func...

    P2) Write a MATLAB function myLinReg Username that is defined below. Use the in-built MATLAB function sum( ) to ease your programming (you are NOT allowed to use polyfit() and polyval()). Test the output of this function with the results obtained by hand for P1. Submit printout of program and a screenshot of the command window showing the results for P1. function [coeffvec, r2]-myLinReg_Username (xi,yi) %Function file: myLinReg-Username .m Purpose : 8 To obtain the parameters of a L.S. linear...

  • stion 1: Figure out what the following MATLAB code does (Notice that R = LT) n=500:...

    stion 1: Figure out what the following MATLAB code does (Notice that R = LT) n=500: for jay- 1:4 if jay > 1; oldtime-time; end M = rand(n) t = cputime; for rep 1: R chol(A); end time-cputime-t if jay > 1; ratio = time/oldtime, end enc If you put these instructions into a file named, say, zap.m, you can run the program by typing zap from the MATLAB command line. The functions randn, cputime, and chol are built-in MATLAB...

  • 1. Create the following signals, f1, f2 in time domain. t = 0 to 1 second....

    1. Create the following signals, f1, f2 in time domain. t = 0 to 1 second. f1(t) = 8 sin (2 *pi*80*t); f2(t) = 4 cos (2*pi*240*t) Define any assumptions you make to generate the signals. 2. Plot the two graphs as sub plots with appropriate lables in x axis (time), y axis, title etc. 3. Generate the following signal f3 = f1 + f2; 4. Plot as sub plot in (2). 5. Compute the fourier transform of this signal,...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT