Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 7

Nama-Nama Kelompok

Kelompok

II

III

IV

Nama
Ahmad Irawan
Batariyah Triyuliana
Oktarisa
Mutiara Rakhima. P
Ali Amar Ma'ruf
Iwan Saputra
M. Arief Hidayat
Intan Permata Sari. A
Linda Suryati
Marisa Julya. A
Edi Dwi Cahyo
M. Aditya Pratama
Mediansyah
Sri Kuswatun
Fitria Putri A.S
Gita Maharani
Harits Yusuf
Faizal Dubron
Marina Septiani
Rini Anggraini
Tri Lestari
Rara Eka F.S

NRP
122013001
122013021
122013015
122013008
122013013
122013011
122013026
122013009
122013016
122013029
122013023
122013028
122013072
122013012
122013018
122013006
122013010
122013033
122013020
122013032
122013007
122013014

Tuliskan pemrograman komputer dengan menggunakan MATLAB, dan setelah itu laporan
dalam word dokumen yang terdiri dari:
1.
2.
3.
4.
5.

Pendahuluan
Persamaan-persamaan matematika
Tampilan pemrograman komputer dengan matlab
Kesimpulan
Daftar Pustaka

Kriteria penilian
Makalah dan program akan mendapat nilai besar apabila antara kelompok tidak saling
mencontoh, apabila sama maka akan diberi nilai 0 pada tugas I.
Tugas dikumpul bersama-sama dengan Peer Evaluation Form
Makalah harus dikumpulkan paling lambat hari senin tanggal 23 Maret 2015 (dari pukul
09.00 17.00 WIB) dengan terlebih dahulu mempresentasikan diruangan saya pada hari
tersebut.
Tugas Kelompok

Peer Evaluation Form for Group Work

Your name ____________________________________________________

Write the name of each of your group members in a separate column. For each person, indicate the extent to which
you agree with the statement on the left, using a scale of 1-4 (1=strongly disagree; 2=disagree; 3=agree;
4=strongly agree). Total the numbers in each column.

Evaluation Criteria

Attends group
meetings regularly and
arrives on time.
Contributes
meaningfully to group
discussions.
Completes group
assignments on time.
Prepares work in a
quality manner.
Demonstrates a
cooperative and

Group
member:

Group
member:

Group
member:

Group
member:

Group
member:

Group
member:

supportive attitude.
Contributes
significantly to the
success of the project.
TOTALS

Feedback on team dynamics (Please hand writting or typewrite by computer) :


1. How effectively did your group work?

2. Were the behaviors of any of your team members particularly valuable or detrimental to the team? Explain.

3. What did you learn about working in a group from this project that you will carry into your next group experience?

Bahasa program Matlab


% Matakuliah Pemrograman Komputer
% Tugas Kelompok I
% Nama-nama :
% 1. Ahmad 12 2013 045
% 2. John 12 2013 043
format short
eps=0.85 % External Emisitity (Eps);
A=20 %Luas Area = m2
b=sqrt(A);
c=nthroot(b,5);
d=log(A*b);
e=sin(d);
t2=100 %temperatur 2 = degreeC)
f=e/t2
Hasil Program

A =

20
e =
-0.9762
eps =
0.8500
A =
20
t2 =
100
f =
-0.0098

You might also like