منتديات كلية التجاره بورسعيد
اهلا وسهلا بك زائرنا العزيز نتمنى ان تسجل فى منتديات كلية التجاهر بورسعيد
منتديات كلية التجاره بورسعيد
اهلا وسهلا بك زائرنا العزيز نتمنى ان تسجل فى منتديات كلية التجاهر بورسعيد
منتديات كلية التجاره بورسعيد
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.


منتديات كلية التجاره بورسعيد
 
الرئيسيةالبوابةأحدث الصورالتسجيلدخول
أهلا وسهلا بكم فى منتديات كلية التجاره ببورسعيد أهلا بكل الطلاب وكل الطلبه وكل بورسعيد تحياتى لكم mesho

 

 هااااااااام جدااااا للفرقة الأولى, ادخل واستفيد (شيت الرياضيات)

اذهب الى الأسفل 
كاتب الموضوعرسالة
MESHO
الإداره العليا
الإداره العليا
MESHO


الجنس : ذكر عدد المساهمات : 54
نقاط : 129
السٌّمعَة : 0
تاريخ التسجيل : 20/06/2010
الموقع : http://www.comps.yoo7.com
العمل/الترفيه : طالب تجارى
المزاج : عااالى قوووى

هااااااااام جدااااا للفرقة الأولى, ادخل واستفيد (شيت الرياضيات) Empty
مُساهمةموضوع: هااااااااام جدااااا للفرقة الأولى, ادخل واستفيد (شيت الرياضيات)   هااااااااام جدااااا للفرقة الأولى, ادخل واستفيد (شيت الرياضيات) Emptyالإثنين يونيو 21, 2010 3:50 am

ده شيت الرياضيات كامل

وصح لكن بخطأ الcumsum


لكن الدكتور قال صحيح


انسخه واطبعه وقدمه


مش هتلاقيه خالص لان انت الى بتعمله فى المعمل


منتظر الردود








>> a1=sym('x')*fix(20*rand(1,3))




a1 =


[ 6*x, 2*x, 11*x]




>> s1=sum(a1)


s1 =


19*x




>> s2=cumsum(a1)


??? Undefined function or method 'cumsum' for input arguments of type
'sym'.




>> p1=prod(a1)


p1 =


132*x^3




>> p2=cumprod(a1)


??? Undefined function or method 'cumprod' for input arguments of type
'sym'.




>> a2=sym('x')*ceil(20*rand(1,3))




a2 =




[ 6*x, x, 16*x]




>> s1=sum(a2)


s1 =


23*x




>> s2=cumsum(a2)


??? Undefined function or method 'cumsum' for input arguments of type
'sym'.




>> p1=prod(a2)


p1 =


96*x^3




>> p2=cumprod(a2)


??? Undefined function or method 'cumprod' for input arguments of type
'sym'.




>> a3=sym('x')*floor(20*rand(1,3))




a3 =


[ 4*x, 8*x, 13*x]




>> s1=sum(a3)


s1 =


25*x




>> s2=cumprod(a3)


??? Undefined function or method 'cumprod' for input arguments of type
'sym'.




>> p1=prod(a3)


p1 =


416*x^3




>> p2=cumprod(a3)


??? Undefined function or method 'cumprod' for input arguments of type
'sym'.




>> a4=sym('x')*round(20*rand(1,3))




a4 =


[ 7*x, 15*x, 8*x]




>> s1=sum(a4)


s1 =


30*x




>> s2=cumsum(a4)


??? Undefined function or method 'cumsum' for input arguments of type
'sym'.




>> p1=prod(a4)


p1 =


840*x^3




>> p2=cumprod(a4)


??? Undefined function or method 'cumprod' for input arguments of type
'sym'.




>> b1=sym('x')*fix(20*rand(4,1))




b1 =


13*x


14*x


8*x


0




>> s1=sum(b1)


s1 =


35*x




>> s2=cumsum(b1)


??? Undefined function or method 'cumsum' for input arguments of type
'sym'.




>> p1=prod(b1)


p1 =


0




>> p2=cumprod(b1)


??? Undefined function or method 'cumprod' for input arguments of type
'sym'.




>> b2=sym('x')*ceil(20*rand(4,1))




b2 =


7*x


9*x


6*x


4*x




>> s1=sum(b2)


s1 =


26*x




>> s2=cumsum(b2)


??? Undefined function or method 'cumsum' for input arguments of type
'sym'.




>> p1=prod(b2)


p1 =


1512*x^4




>> p2=cumprod(b2)


??? Undefined function or method 'cumprod' for input arguments of type
'sym'.




>> b3=sym('x')*floor(20*rand(4,1))




b3 =


16*x


8*x


17*x


7*x




>> s1=sum(b3)


s1 =


48*x




>> s2=cumsum(b3)


??? Undefined function or method 'cumsum' for input arguments of type
'sym'.




>> p1=prod(b3)


p1 =


15232*x^4




>> p2=cumprod(b3)


??? Undefined function or method 'cumprod' for input arguments of type
'sym'.
الرجوع الى أعلى الصفحة اذهب الى الأسفل
https://comps.yoo7.com
MESHO
الإداره العليا
الإداره العليا
MESHO


الجنس : ذكر عدد المساهمات : 54
نقاط : 129
السٌّمعَة : 0
تاريخ التسجيل : 20/06/2010
الموقع : http://www.comps.yoo7.com
العمل/الترفيه : طالب تجارى
المزاج : عااالى قوووى

هااااااااام جدااااا للفرقة الأولى, ادخل واستفيد (شيت الرياضيات) Empty
مُساهمةموضوع: رد: هااااااااام جدااااا للفرقة الأولى, ادخل واستفيد (شيت الرياضيات)   هااااااااام جدااااا للفرقة الأولى, ادخل واستفيد (شيت الرياضيات) Emptyالإثنين يونيو 21, 2010 3:51 am

>> c1=fix(20*rand(3))

c1 =
15 15 15
7 7 18
16 4 6

>> s11=sum(c1)
s11 =
38 26 39

>> s12=sum(c1,2)
s12 =
45
32
26

>> s21=cumsum(c1)
s21 =
15 15 15
22 22 33
38 26 39

>> s22=cumsum(c1,2)
s22 =
15 30 45
7 14 32
16 20 26

>> p11=prod(c1)
p11 =
1680 420 1620

>> p12=prod(c1,2)
p12 =
3375
882
384

>> p21=cumprod(c1)
p21 =
15 15 15
105 105 270
1680 420 1620

>> p22=cumprod(c1,2)
p22 =
15 225 3375
7 49 882
16 64 384

>> c2=ceil(20*rand(3))
c2 =
14 16 20
9 4 11
17 18 18

>> s11=sum(c2)
s11 =
40 38 49

>> s12=sum(c2,2)
s12 =
50
24
53

>> s21=cumsum(c2)
s21 =
14 16 20
23 20 31
40 38 49

>> s22=cumsum(c2,2)
s22 =
14 30 50
9 13 24
17 35 53

>> p11=prod(c2)
p11 =
2142 1152 3960

>> p12=prod(c2,2)
p12 =
4480
396
5508

>> p21=cumprod(c2)
p21 =
14 16 20
126 64 220
2142 1152 3960

>> p22=cumprod(c2,2)
p22 =
14 224 4480
9 36 396
17 306 5508

>> c3=floor(20*rand(3))
c3 =
11 8 15
3 14 6
3 16 10

>> s11=sum(c3)
s11 =
17 38 31

>> s12=sum(c3,2
s12 =
34
23
29

>> s21=cumsum(c3)
s21 =
11 8 15
14 22 21
17 38 31

>> s22=cumsum(c3,2)
s22 =
11 19 34
3 17 23
3 19 29

>> p11=prod(c3)
p11 =
99 1792 900

>> p12=prod(c3,2)
p12 =
1320
252
480

>> p21=cumprod(c3)
p21 =
11 8 15
33 112 90
99 1792 900

>> p22=cumprod(c3,2)
p22 =
11 88 1320
3 42 252
3 48 480

>> c4=round(20*rand(3))
c4 =
2 14 10
2 10 3
3 4 1

>> s11=sum(c4)
s11 =
7 28 14

>> s12=sum(c4,2)
s12 =
26
15
8

>> s21=cumsum(c4)
s21 =
2 14 10
4 24 13
7 28 14

>> s22=cumsum(c4,2)
s22 =
2 16 26
2 12 15
3 7 8

>> p11= prod(c4)
p11 =
12 560 30

>> p12=prod(c4,2)
p12 =
280
60
12

>> p21=cumprod(4)
p21 =
4

>> p22=cumprod(c4,2)
p22 =
2 28 280
2 20 60
3 12 12

>> d1=sym('x')*fix(20*rand(4,3))
d1 =
[ 17*x, 11*x, 0]
[ 11*x, 16*x, 17*x]
[ 18*x, 17*x, 12*x]
[ 13*x, 19*x, 19*x]

>> s11=sum(d1)
s11 =
[ 59*x, 63*x, 48*x]

>> s12=sum(d1,2)
s12 =
28*x
44*x
47*x
51*x

>> s21=cumsum(d1)
الرجوع الى أعلى الصفحة اذهب الى الأسفل
https://comps.yoo7.com
MESHO
الإداره العليا
الإداره العليا
MESHO


الجنس : ذكر عدد المساهمات : 54
نقاط : 129
السٌّمعَة : 0
تاريخ التسجيل : 20/06/2010
الموقع : http://www.comps.yoo7.com
العمل/الترفيه : طالب تجارى
المزاج : عااالى قوووى

هااااااااام جدااااا للفرقة الأولى, ادخل واستفيد (شيت الرياضيات) Empty
مُساهمةموضوع: رد: هااااااااام جدااااا للفرقة الأولى, ادخل واستفيد (شيت الرياضيات)   هااااااااام جدااااا للفرقة الأولى, ادخل واستفيد (شيت الرياضيات) Emptyالإثنين يونيو 21, 2010 3:51 am

??? Undefined function or
method 'cumsum' for input arguments of type 'sym'.

>> s22=cumsum(d1,2)
??? Undefined function or method 'cumsum' for input arguments of type
'sym'.

>> p11=prod(d1)
p11 =
[ 43758*x^4, 56848*x^4, 0]

>> p12=prod(d1,2)
p12 =
0
2992*x^3
3672*x^3
4693*x^3

>> p21=cumprod(d1)
??? Undefined function or method 'cumprod' for input arguments of type
'sym'.

>> p22=cumprod(d1,2)
??? Undefined function or method 'cumprod' for input arguments of type
'sym'.

>> d2=sym('x')*ceil(20*rand(4,3))
d2 =
[ 11*x, 10*x, 15*x]
[ 10*x, 19*x, 12*x]
[ 17*x, 12*x, 5*x]
[ 5*x, 17*x, 14*x]

>> s11=sum(d2)
s11 =
[ 43*x, 58*x, 46*x]

>> s12=sum(d2,2)
s12 =
36*x
41*x
34*x
36*x

>> s21=cumsum(d2)
??? Undefined function or method 'cumsum' for input arguments of type
'sym'.

>> s22cumsum(d2,2)
??? Undefined function or method 's22cumsum' for input arguments of
type 'sym'.

>> p11=prod(d2)
p11 =
[ 9350*x^4, 38760*x^4, 12600*x^4]

>> p12=prod(d2,2)
p12 =
1650*x^3
2280*x^3
1020*x^3
1190*x^3

>> p21=cumprod(d2)
??? Undefined function or method 'cumprod' for input arguments of type
'sym'.

>> p22=cumprod(d2,2)
??? Undefined function or method 'cumprod' for input arguments of type
'sym'.

>> d3=sym('x')*floor(20*rand(4,3))
d3 =
[ x, 17*x, 18*x]
[ 12*x, 19*x, 11*x]
[ 13*x, 15*x, 0]
[ 14*x, 11*x, 2*x]


>> s11=sum(d3)
s11 =
[ 40*x, 62*x, 31*x]

>> s12=sum(d3,2)
s12 =
36*x
42*x
28*x
27*x

>> s21=cumsum(d3)
??? Undefined function or method 'cumsum' for input arguments of type
'sym'.

>> s22=cumsum(d3,2)
??? Undefined function or method 'cumsum' for input arguments of type
'sym'.

>> p11=prod(d3)
p11 =
[ 2184*x^4, 53295*x^4, 0]

>> p12=prod(b3,2)
p12 =
16*x
8*x
17*x
7*x

>> p21=cumprod(d3)
??? Undefined function or method 'cumprod' for input arguments of type
'sym'.

>> p22=cumprod(b3,2)
??? Undefined function or method 'cumprod' for input arguments of type
'sym
الرجوع الى أعلى الصفحة اذهب الى الأسفل
https://comps.yoo7.com
MESHO
الإداره العليا
الإداره العليا
MESHO


الجنس : ذكر عدد المساهمات : 54
نقاط : 129
السٌّمعَة : 0
تاريخ التسجيل : 20/06/2010
الموقع : http://www.comps.yoo7.com
العمل/الترفيه : طالب تجارى
المزاج : عااالى قوووى

هااااااااام جدااااا للفرقة الأولى, ادخل واستفيد (شيت الرياضيات) Empty
مُساهمةموضوع: رد: هااااااااام جدااااا للفرقة الأولى, ادخل واستفيد (شيت الرياضيات)   هااااااااام جدااااا للفرقة الأولى, ادخل واستفيد (شيت الرياضيات) Emptyالإثنين يونيو 21, 2010 3:51 am

>>
d4=sym('x')*round(20*rand(4,3))
d4 =
[ 17*x, 11*x, 7*x]
[ 10*x, 13*x, x]
[ 17*x, x, 10*x]
[ 4*x, 12*x, 4*x]

>> s11=sum(d4)
s11 =
[ 48*x, 37*x, 22*x]

>> s12=sum(d4,2)
s12 =
35*x
24*x
28*x
20*x

>> s21=cumsum(d4)
??? Undefined function or method 'cumsum' for input arguments of type
'sym'.

>> s22=cumsum(d4,2)
??? Undefined function or method 'cumsum' for input arguments of type
'sym'.

>> p11=prod(d4)
p11 =
[ 11560*x^4, 1716*x^4, 280*x^4]

>> p12=prod(d4,2)
p12 =
1309*x^3
130*x^3
170*x^3
192*x^3

>> p21=cumprod(d4)
??? Undefined function or method 'cumprod' for input arguments of type
'sym'.

>> p22=cumprod(d4,2)
??? Undefined function or method 'cumprod' for input arguments of type
'sym'.

>> e1=fix(20*rand(3,3,2))
e1(:,:,1) =
2 3 5
4 0 10
2 12 13

e1(:,:,2) =
9 2 17
10 9 5
8 17 4

>> s11=sum(e1(:,:,1),1)
s11 =
8 15 28

>> s12=sum(e1(:,:,1),2)
s12 =
10
14
27

>> s21=cumsum(e1(:,:,1),1)
s21 =
2 3 5
6 3 15
8 15 28

>> s22=cumsum(e1(:,:,2))
s22 =
9 2 17
19 11 22
27 28 26

>> p11=prod(e1(:,:,1),2)
p11 =
30
0
312

>> p12=prod(e1(:,:,1),2)
p12 =
30
0
312

>> p21=cumprod(e1(:,:,1),1)
p21 =
2 3 5
8 0 50
16 0 650

>> p22=cumprod(e1(:,:,1),2)
p22 =
2 6 30
4 0 0
2 24 312

>> e2=ceil(20*rand(3,3,2))
e2(:,:,1) =
12 5 3
13 19 3
9 2 4

e2(:,:,2) =
13 19 2
12 15 18
2 15 19

>> s11=sum(e2(:,:,1),1)
s11 =
34 26 10

>> s12=sum(e2(:,:,1),2)
s12 =
20
35
15

>> s21=cumsum(e2(:,:,1),1)
s21 =
12 5 3
25 24 6
34 26 10

>> s22=cumsum(e2(:,:,1),2)
s22 =
12 17 20
13 32 35
9 11 15

>> p11=prod(e2(:,:,1),1)
p11 =
1404 190 36

>> p12=prod(e2(:,:,1),2)
p12 =
180
741
72

>> p21=cumprod(e2(:,:,1),1)
p21 =
12 5 3
156 95 9
1404 190 36

>> p22=cumprod(e2(:,:,1),2)
p22 =
12 60 180
13 247 741
9 18 72

>> e3=floor(20*rand(3,3,2))
e3(:,:,1) =
19 10 2
17 3 0
15 7 18

e3(:,:,2) =
6 9 16
5 12 11
6 0 17

>> s11=sum(e3(:,:,1),1)
s11 =
51 20 20

>> s12=sum(e3(:,:,1),2)
s12 =
31
20
40

>> s21=cumsum(e3(:,:,1),1)
s21 =
19 10 2
36 13 2
51 20 20

>> s22=cumsum(e3(:,:,1),2)
s22 =
19 29 31
17 20 20
15 22 40

>> p11=prod(e3(:,:,1),1)
p11 =
4845 210 0

>> p12=prod(e3(:,:,1),2)
p12 =
380
0
1890

>> p21=cumprod(e3(:,:,1),1)
p21 =
19 10 2
323 30 0
4845 210 0

>> p22=cumprod(e3(:,:,1),2)
p22 =
19 190 380
17 51 0
15 105 1890

>> e4=round(20*rand(3,3,2))
e4(:,:,1) =
7 4 18
9 13 2
1 7 20
e4(:,:,2) =
11 6 15
14 8 16
20 9 2

>> s11=sum(e4(:,:,1),1)
s11 =
17 24 40

>> s12=sum(e4(:,:,1),2)
s12 =
29
24
28

>> s21=cumsum(e4(:,:,1),1)
s21 =
7 4 18
16 17 20
17 24 40

>> s22=cumsum(e4(:,:,1),2)
s22 =
7 11 29
9 22 24
1 8 28

>> p11=prod(e4(:,:,1),1)
p11 =
63 364 720

>> p12=prod(e4(:,:,1),2)
p12 =
504
234
140

>> p21=cumprod(e4(:,:,1),1)
p21 =
7 4 18
63 52 36
63 364 720

>> p22=cumprod(e4(:,:,1),2)
p22 =
7 28 504
9 117 234
1 7 140




ووووووووووووووووووووبالتوفيق

شرح خااص من عملى وهذا الشيت من واقع الكتاب
تحياتى

الرجوع الى أعلى الصفحة اذهب الى الأسفل
https://comps.yoo7.com
 
هااااااااام جدااااا للفرقة الأولى, ادخل واستفيد (شيت الرياضيات)
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-
» الى عايز يفهم الرياضيات(matlab) للفرقة الأولى

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
منتديات كلية التجاره بورسعيد :: ¯`··._.·`قسم الفرق التجاريه`·.¸¸.·´´¯ :: ۩الفرقة الاولى۩-
انتقل الى: