From b302cae4ba3cfb3dcbdd5811a9c78636b873bf96 Mon Sep 17 00:00:00 2001 From: KuzmenkoEA Date: Mon, 20 Oct 2025 07:03:19 +0000 Subject: [PATCH] =?UTF-8?q?=D0=BE=D1=82=D1=87=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TEMA4/report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMA4/report.md b/TEMA4/report.md index 535db7e..5286d16 100644 --- a/TEMA4/report.md +++ b/TEMA4/report.md @@ -267,7 +267,7 @@ Text(0, 0.5, 'сигнал') ![](Ris3.png) ```py ->>> X0 = [1,2,2,3,3,3,4,4,5] +>>> X0 = [1,1,2,2,2,3,3,3,4,4,5] >>> pylab.hist(X0,5) (array([2., 3., 3., 2., 1.]), array([1. , 1.8, 2.6, 3.4, 4.2, 5. ]), ) >>> pylab.show()