mirror of
https://github.com/appinfosapienza/so-un-bot.git
synced 2025-05-06 14:19:38 +02:00
Refactor repo structure
This commit is contained in:
parent
36ac339086
commit
8fc89fbc03
1732 changed files with 3812 additions and 67 deletions
1
Data/Questions/ingsw/0324_38/correct.txt
Normal file
1
Data/Questions/ingsw/0324_38/correct.txt
Normal file
|
@ -0,0 +1 @@
|
|||
1/(1 - p)
|
2
Data/Questions/ingsw/0324_38/quest.txt
Normal file
2
Data/Questions/ingsw/0324_38/quest.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
img=https://unspectacular-subdi.000webhostapp.com/0324_domanda_38.png
|
||||
Si consideri la Markov chain in figura con stato iniziale 0 e p in (0, 1). Quale delle seguenti formule calcola il valore atteso del numero di transizioni necessarie per lasciare lo stato 0.
|
1
Data/Questions/ingsw/0324_38/wrong1.txt
Normal file
1
Data/Questions/ingsw/0324_38/wrong1.txt
Normal file
|
@ -0,0 +1 @@
|
|||
1/(p*(1 - p))
|
1
Data/Questions/ingsw/0324_38/wrong2.txt
Normal file
1
Data/Questions/ingsw/0324_38/wrong2.txt
Normal file
|
@ -0,0 +1 @@
|
|||
(1 - p)/p
|
Loading…
Add table
Add a link
Reference in a new issue