Tutor profile: Paloma B.
Inactive
Paloma B.
Tutor for 4 years, Tutor at UCLA
Tutor Satisfaction Guarantee
Questions
Subject: MATLAB
TutorMe
Question:
Write a function which calculates the mean of a vector of numbers.
Inactive
Paloma B.
Answer:
function theMean = myMean(x) % myMean computes the arithmetic mean of a vector %INPUTS: % x - a vector of numbers %OUTPUT: %theMean - the mean of x theSum = sum(x); n = numel(x); theMean = theSum / n; end
Subject: Calculus
TutorMe
Question:
If f(x) = g(u) and u = u(x) then what is the derivative of f(x)
Inactive
Paloma B.
Answer:
f '(x) = g '(u) . u '(x)
Subject: C++ Programming
TutorMe
Question:
What are the values of k, n, and s at the end of the following loop? int n, k , s= 0; for(n=1; n<4; n++){ for(k=n; k>0; k--){ s=s +n*k;} }
Inactive
Paloma B.
Answer:
n=4, k=0, s=25
Contact tutor
Send a message explaining your
needs and Paloma will reply soon.
needs and Paloma will reply soon.
Contact Paloma
Request lesson
Ready now? Request a lesson.
Start Lesson
FAQs
What is a lesson?
A lesson is virtual lesson space on our platform where you and a tutor can communicate.
You'll have the option to communicate using video/audio as well as text chat.
You can also upload documents, edit papers in real time and use our cutting-edge virtual whiteboard.
How do I begin a lesson?
If the tutor is currently online, you can click the "Start Lesson" button above.
If they are offline, you can always send them a message to schedule a lesson.
Who are TutorMe tutors?
Many of our tutors are current college students or recent graduates of top-tier universities
like MIT, Harvard and USC.
TutorMe has thousands of top-quality tutors available to work with you.