blob_id
stringlengths
40
40
directory_id
stringlengths
40
40
path
stringlengths
4
214
content_id
stringlengths
40
40
detected_licenses
listlengths
0
50
license_type
stringclasses
2 values
repo_name
stringlengths
6
115
snapshot_id
stringlengths
40
40
revision_id
stringlengths
40
40
branch_name
stringclasses
21 values
visit_date
timestamp[us]
revision_date
timestamp[us]
committer_date
timestamp[us]
github_id
int64
141k
586M
star_events_count
int64
0
30.4k
fork_events_count
int64
0
9.67k
gha_license_id
stringclasses
8 values
gha_event_created_at
timestamp[us]
gha_created_at
timestamp[us]
gha_language
stringclasses
50 values
src_encoding
stringclasses
23 values
language
stringclasses
1 value
is_vendor
bool
1 class
is_generated
bool
1 class
length_bytes
int64
5
10.4M
extension
stringclasses
29 values
filename
stringlengths
2
96
content
stringlengths
5
10.4M
84d03ad420915fd3fc488e592d3d652a19225dcc
449d555969bfd7befe906877abab098c6e63a0e8
/401/CH7/EX7.8/Example7_8.sce
870175f3ab25dd3a4b9994e9adab2676ef316aec
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
647
sce
Example7_8.sce
//Example 7.8 //Program to estimate the CW operating lifetime for the given LED clear; clc ; close ; //Given data Ea=1*1.602*10^(-19); //Joules - ACTIVATION ENERGY k=1.38*10^(-23); //m^2 kg/s - BOLTZMANN's CONSTANT T=290; //Kelvin - JUNCTION TEMPERATURE Pe_by_Pout=0.67; //Pe/Pout RATIO Beeta_o=1.84*10^7; //per h - CONSTANT OF PROPORTIONALITY //Degradation Rate Beeta_r=Beeta_o*exp(-Ea/(k*T)); //CW operating lifetime for the given LED t=log(Pe_by_Pout)/-Beeta_r; //Displaying the Result in Command Window printf("\n\n\t CW operating lifetime for the given LED is %0.1f X 10^9 h.",t/10^9);
439ffdf405337f718ff26a7d995e298781958e0d
449d555969bfd7befe906877abab098c6e63a0e8
/608/CH18/EX18.06/18_06.sce
c09c5c0b0590f0b278a242bedf2cf108b7d97f0f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
418
sce
18_06.sce
//Problem 18.06: Design an inverting amplifier to have a voltage gain of 40 dB, a closed-loop bandwidth of 5 kHz and an input resistance of 10 kohm. //initializing the variables: Vg = 40; // in dB bf = 5000; // in Hz Ri = 10000; // in ohms //calculation: A = 10^(Vg/20) Rf = A*Ri f = A*bf printf("\n\n Result \n\n") printf("\n the voltage gain is %.0f, Rf = %.0f ohm and frequency = %.0f Hz",A, Rf, f)
228365fe06fa3777342dc08a2fa7759b31ff38e8
f542bc49c4d04b47d19c88e7c89d5db60922e34e
/PresentationFiles_Subjects/CONT/RA72WYU/ATWM1_Working_Memory_MEG_RA72WYU_Session1/ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce
dfee7d263d52c9564aad27ba0c9128813861574a
[]
no_license
atwm1/Presentation
65c674180f731f050aad33beefffb9ba0caa6688
9732a004ca091b184b670c56c55f538ff6600c08
refs/heads/master
2020-04-15T14:04:41.900640
2020-02-14T16:10:11
2020-02-14T16:10:11
56,771,016
0
1
null
null
null
null
UTF-8
Scilab
false
false
48,436
sce
ATWM1_Working_Memory_MEG_Salient_Uncued_Run1.sce
# ATWM1 MEG Experiment scenario = "ATWM1_Working_Memory_MEG_salient_uncued_run1"; #scenario_type = fMRI; # Fuer Scanner #scenario_type = fMRI_emulation; # Zum Testen scenario_type = trials; # for MEG #scan_period = 2000; # TR #pulses_per_scan = 1; #pulse_code = 1; pulse_width=6; default_monitor_sounds = false; active_buttons = 2; response_matching = simple_matching; button_codes = 10, 20; default_font_size = 28; default_font = "Arial"; default_background_color = 0 ,0 ,0 ; write_codes=true; # for MEG only begin; #Picture definitions box { height = 300; width = 300; color = 0, 0, 0;} frame1; box { height = 290; width = 290; color = 255, 255, 255;} frame2; box { height = 30; width = 4; color = 0, 0, 0;} fix1; box { height = 4; width = 30; color = 0, 0, 0;} fix2; box { height = 30; width = 4; color = 255, 0, 0;} fix3; box { height = 4; width = 30; color = 255, 0, 0;} fix4; box { height = 290; width = 290; color = 128, 128, 128;} background; TEMPLATE "StimuliDeclaration.tem" {}; trial { sound sound_incorrect; time = 0; duration = 1; } wrong; trial { sound sound_correct; time = 0; duration = 1; } right; trial { sound sound_no_response; time = 0; duration = 1; } miss; # Start of experiment (MEG only) - sync with CTF software trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; } expStart; time = 0; duration = 1000; code = "ExpStart"; port_code = 80; }; # baselinePre (at the beginning of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }default; time = 0; duration = 10000; #mri_pulse = 1; code = "BaselinePre"; port_code = 91; }; TEMPLATE "ATWM1_Working_Memory_MEG.tem" { trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4; 42 62 292 292 399 125 1742 2992 2142 fixation_cross gabor_094 gabor_043 gabor_010 gabor_150 gabor_094 gabor_043_alt gabor_010_alt gabor_150 "1_1_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_1750_3000_2150_gabor_patch_orientation_094_043_010_150_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_010_framed gabor_circ blank blank blank blank fixation_cross_white "1_1_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1792 2992 2192 fixation_cross gabor_129 gabor_072 gabor_015 gabor_104 gabor_129_alt gabor_072 gabor_015_alt gabor_104 "1_2_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_129_072_015_104_target_position_1_3_retrieval_position_1" gabor_178_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_2_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2192 2992 1992 fixation_cross gabor_004 gabor_109 gabor_047 gabor_064 gabor_004 gabor_109 gabor_047_alt gabor_064_alt "1_3_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2200_3000_2000_gabor_patch_orientation_004_109_047_064_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_047_framed gabor_circ blank blank blank blank fixation_cross_white "1_3_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_047_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1792 2992 2192 fixation_cross gabor_095 gabor_114 gabor_038 gabor_161 gabor_095_alt gabor_114_alt gabor_038 gabor_161 "1_4_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_095_114_038_161_target_position_1_2_retrieval_position_1" gabor_095_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_4_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2042 2992 2142 fixation_cross gabor_019 gabor_067 gabor_124 gabor_142 gabor_019 gabor_067_alt gabor_124_alt gabor_142 "1_5_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_2050_3000_2150_gabor_patch_orientation_019_067_124_142_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_173_framed gabor_circ blank blank blank blank fixation_cross_white "1_5_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_173_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1992 2992 2192 fixation_cross gabor_047 gabor_175 gabor_063 gabor_092 gabor_047_alt gabor_175_alt gabor_063 gabor_092 "1_6_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2000_3000_2200_gabor_patch_orientation_047_175_063_092_target_position_1_2_retrieval_position_2" gabor_circ gabor_175_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_6_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_175_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2142 2992 2492 fixation_cross gabor_020 gabor_059 gabor_178 gabor_145 gabor_020 gabor_059_alt gabor_178 gabor_145_alt "1_7_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2150_3000_2500_gabor_patch_orientation_020_059_178_145_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_145_framed blank blank blank blank fixation_cross_white "1_7_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_145_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 63 292 292 399 125 2242 2992 1992 fixation_cross gabor_171 gabor_138 gabor_097 gabor_033 gabor_171 gabor_138_alt gabor_097 gabor_033_alt "1_8_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_UncuedRetriev_300_300_399_2250_3000_2000_gabor_patch_orientation_171_138_097_033_target_position_2_4_retrieval_position_1" gabor_122_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_8_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_UncuedRetriev_retrieval_patch_orientation_122_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2092 2992 2492 fixation_cross gabor_051 gabor_074 gabor_034 gabor_117 gabor_051_alt gabor_074_alt gabor_034 gabor_117 "1_9_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2100_3000_2500_gabor_patch_orientation_051_074_034_117_target_position_1_2_retrieval_position_1" gabor_051_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_9_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_051_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 63 292 292 399 125 1842 2992 2142 fixation_cross gabor_166 gabor_051 gabor_086 gabor_110 gabor_166_alt gabor_051 gabor_086 gabor_110_alt "1_10_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_UncuedRetriev_300_300_399_1850_3000_2150_gabor_patch_orientation_166_051_086_110_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_131_framed gabor_circ blank blank blank blank fixation_cross_white "1_10_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_UncuedRetriev_retrieval_patch_orientation_131_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2192 2992 2042 fixation_cross gabor_043 gabor_163 gabor_015 gabor_101 gabor_043_alt gabor_163 gabor_015_alt gabor_101 "1_11_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_2200_3000_2050_gabor_patch_orientation_043_163_015_101_target_position_1_3_retrieval_position_1" gabor_179_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_11_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_179_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1892 2992 2392 fixation_cross gabor_077 gabor_151 gabor_016 gabor_035 gabor_077 gabor_151 gabor_016_alt gabor_035_alt "1_12_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_1900_3000_2400_gabor_patch_orientation_077_151_016_035_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_016_framed gabor_circ blank blank blank blank fixation_cross_white "1_12_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_016_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1792 2992 2392 fixation_cross gabor_176 gabor_003 gabor_018 gabor_053 gabor_176_alt gabor_003_alt gabor_018 gabor_053 "1_13_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1800_3000_2400_gabor_patch_orientation_176_003_018_053_target_position_1_2_retrieval_position_2" gabor_circ gabor_142_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_13_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_142_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1842 2992 2042 fixation_cross gabor_116 gabor_010 gabor_172 gabor_135 gabor_116 gabor_010_alt gabor_172 gabor_135_alt "1_14_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1850_3000_2050_gabor_patch_orientation_116_010_172_135_target_position_2_4_retrieval_position_2" gabor_circ gabor_055_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_14_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_055_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2092 2992 2092 fixation_cross gabor_092 gabor_153 gabor_034 gabor_015 gabor_092_alt gabor_153 gabor_034 gabor_015_alt "1_15_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_092_153_034_015_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_065_framed blank blank blank blank fixation_cross_white "1_15_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_065_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2142 2992 2242 fixation_cross gabor_020 gabor_131 gabor_104 gabor_049 gabor_020 gabor_131_alt gabor_104_alt gabor_049 "1_16_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2150_3000_2250_gabor_patch_orientation_020_131_104_049_target_position_2_3_retrieval_position_2" gabor_circ gabor_131_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_16_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_131_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2192 2992 2442 fixation_cross gabor_037 gabor_057 gabor_102 gabor_169 gabor_037 gabor_057 gabor_102_alt gabor_169_alt "1_17_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_2200_3000_2450_gabor_patch_orientation_037_057_102_169_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_122_framed blank blank blank blank fixation_cross_white "1_17_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 63 292 292 399 125 2242 2992 2092 fixation_cross gabor_058 gabor_093 gabor_121 gabor_142 gabor_058_alt gabor_093 gabor_121 gabor_142_alt "1_18_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_UncuedRetriev_300_300_399_2250_3000_2100_gabor_patch_orientation_058_093_121_142_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_167_framed gabor_circ blank blank blank blank fixation_cross_white "1_18_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_UncuedRetriev_retrieval_patch_orientation_167_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1892 2992 2292 fixation_cross gabor_174 gabor_137 gabor_104 gabor_068 gabor_174 gabor_137 gabor_104_alt gabor_068_alt "1_19_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_1900_3000_2300_gabor_patch_orientation_174_137_104_068_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_104_framed gabor_circ blank blank blank blank fixation_cross_white "1_19_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_104_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2042 2992 2442 fixation_cross gabor_036 gabor_064 gabor_001 gabor_170 gabor_036 gabor_064_alt gabor_001 gabor_170_alt "1_20_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_2050_3000_2450_gabor_patch_orientation_036_064_001_170_target_position_2_4_retrieval_position_2" gabor_circ gabor_110_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_20_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_110_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2142 2992 2142 fixation_cross gabor_046 gabor_168 gabor_090 gabor_006 gabor_046_alt gabor_168 gabor_090_alt gabor_006 "1_21_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2150_3000_2150_gabor_patch_orientation_046_168_090_006_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_090_framed gabor_circ blank blank blank blank fixation_cross_white "1_21_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 64 292 292 399 125 2042 2992 2192 fixation_cross gabor_151 gabor_016 gabor_095 gabor_134 gabor_151 gabor_016_alt gabor_095_alt gabor_134 "1_22_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_UncuedRetriev_300_300_399_2050_3000_2200_gabor_patch_orientation_151_016_095_134_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_134_framed blank blank blank blank fixation_cross_white "1_22_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_UncuedRetriev_retrieval_patch_orientation_134_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2192 2992 2442 fixation_cross gabor_122 gabor_139 gabor_060 gabor_104 gabor_122_alt gabor_139 gabor_060_alt gabor_104 "1_23_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2200_3000_2450_gabor_patch_orientation_122_139_060_104_target_position_1_3_retrieval_position_1" gabor_122_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_23_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_122_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1992 2992 2292 fixation_cross gabor_017 gabor_090 gabor_033 gabor_180 gabor_017_alt gabor_090 gabor_033 gabor_180_alt "1_24_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_017_090_033_180_target_position_1_4_retrieval_position_1" gabor_017_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_24_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_017_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 64 292 292 399 125 1992 2992 2342 fixation_cross gabor_170 gabor_096 gabor_030 gabor_138 gabor_170 gabor_096 gabor_030_alt gabor_138_alt "1_25_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_UncuedRetriev_300_300_399_2000_3000_2350_gabor_patch_orientation_170_096_030_138_target_position_3_4_retrieval_position_1" gabor_170_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_25_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_UncuedRetriev_retrieval_patch_orientation_170_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2242 2992 2342 fixation_cross gabor_124 gabor_172 gabor_052 gabor_088 gabor_124 gabor_172_alt gabor_052_alt gabor_088 "1_26_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_2250_3000_2350_gabor_patch_orientation_124_172_052_088_target_position_2_3_retrieval_position_2" gabor_circ gabor_034_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_26_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1842 2992 2442 fixation_cross gabor_131 gabor_068 gabor_101 gabor_014 gabor_131_alt gabor_068_alt gabor_101 gabor_014 "1_27_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1850_3000_2450_gabor_patch_orientation_131_068_101_014_target_position_1_2_retrieval_position_1" gabor_178_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_27_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_178_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1792 2992 2442 fixation_cross gabor_006 gabor_068 gabor_035 gabor_088 gabor_006_alt gabor_068 gabor_035_alt gabor_088 "1_28_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1800_3000_2450_gabor_patch_orientation_006_068_035_088_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_174_framed gabor_circ blank blank blank blank fixation_cross_white "1_28_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_174_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2242 2992 2092 fixation_cross gabor_152 gabor_062 gabor_039 gabor_012 gabor_152_alt gabor_062 gabor_039_alt gabor_012 "1_29_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_2250_3000_2100_gabor_patch_orientation_152_062_039_012_target_position_1_3_retrieval_position_1" gabor_102_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_29_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_102_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 64 292 292 399 125 2142 2992 2392 fixation_cross gabor_038 gabor_155 gabor_105 gabor_178 gabor_038_alt gabor_155_alt gabor_105 gabor_178 "1_30_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_UncuedRetriev_300_300_399_2150_3000_2400_gabor_patch_orientation_038_155_105_178_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_178_framed blank blank blank blank fixation_cross_white "1_30_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_UncuedRetriev_retrieval_patch_orientation_178_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1742 2992 1992 fixation_cross gabor_088 gabor_173 gabor_131 gabor_059 gabor_088_alt gabor_173 gabor_131 gabor_059_alt "1_31_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_1750_3000_2000_gabor_patch_orientation_088_173_131_059_target_position_1_4_retrieval_position_1" gabor_088_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_31_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_088_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1742 2992 2042 fixation_cross gabor_035 gabor_144 gabor_080 gabor_019 gabor_035 gabor_144_alt gabor_080 gabor_019_alt "1_32_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1750_3000_2050_gabor_patch_orientation_035_144_080_019_target_position_2_4_retrieval_position_2" gabor_circ gabor_096_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_32_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_096_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2042 2992 2042 fixation_cross gabor_096 gabor_154 gabor_112 gabor_171 gabor_096_alt gabor_154_alt gabor_112 gabor_171 "1_33_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2050_3000_2050_gabor_patch_orientation_096_154_112_171_target_position_1_2_retrieval_position_1" gabor_096_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_33_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_096_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2092 2992 2042 fixation_cross gabor_058 gabor_087 gabor_172 gabor_125 gabor_058 gabor_087_alt gabor_172_alt gabor_125 "1_34_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_2100_3000_2050_gabor_patch_orientation_058_087_172_125_target_position_2_3_retrieval_position_2" gabor_circ gabor_042_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_34_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_042_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1792 2992 2492 fixation_cross gabor_161 gabor_118 gabor_045 gabor_012 gabor_161 gabor_118_alt gabor_045 gabor_012_alt "1_35_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_1800_3000_2500_gabor_patch_orientation_161_118_045_012_target_position_2_4_retrieval_position_2" gabor_circ gabor_118_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_35_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_118_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 63 292 292 399 125 1942 2992 2092 fixation_cross gabor_145 gabor_095 gabor_080 gabor_013 gabor_145 gabor_095_alt gabor_080 gabor_013_alt "1_36_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_UncuedRetriev_300_300_399_1950_3000_2100_gabor_patch_orientation_145_095_080_013_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_033_framed gabor_circ blank blank blank blank fixation_cross_white "1_36_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_UncuedRetriev_retrieval_patch_orientation_033_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2092 2992 1992 fixation_cross gabor_013 gabor_069 gabor_096 gabor_136 gabor_013_alt gabor_069_alt gabor_096 gabor_136 "1_37_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_2100_3000_2000_gabor_patch_orientation_013_069_096_136_target_position_1_2_retrieval_position_1" gabor_152_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_37_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_152_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2192 2992 2242 fixation_cross gabor_067 gabor_031 gabor_010 gabor_093 gabor_067_alt gabor_031_alt gabor_010 gabor_093 "1_38_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2200_3000_2250_gabor_patch_orientation_067_031_010_093_target_position_1_2_retrieval_position_1" gabor_067_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_38_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_067_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2242 2992 2092 fixation_cross gabor_067 gabor_094 gabor_050 gabor_008 gabor_067_alt gabor_094 gabor_050_alt gabor_008 "1_39_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2250_3000_2100_gabor_patch_orientation_067_094_050_008_target_position_1_3_retrieval_position_1" gabor_067_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_39_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_067_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2192 2992 2292 fixation_cross gabor_166 gabor_143 gabor_111 gabor_027 gabor_166 gabor_143 gabor_111_alt gabor_027_alt "1_40_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_2200_3000_2300_gabor_patch_orientation_166_143_111_027_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_076_framed blank blank blank blank fixation_cross_white "1_40_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_076_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1742 2992 2342 fixation_cross gabor_089 gabor_131 gabor_066 gabor_044 gabor_089 gabor_131_alt gabor_066 gabor_044_alt "1_41_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_1750_3000_2350_gabor_patch_orientation_089_131_066_044_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_044_framed blank blank blank blank fixation_cross_white "1_41_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_044_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1842 2992 2242 fixation_cross gabor_099 gabor_026 gabor_057 gabor_136 gabor_099 gabor_026_alt gabor_057_alt gabor_136 "1_42_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1850_3000_2250_gabor_patch_orientation_099_026_057_136_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_009_framed gabor_circ blank blank blank blank fixation_cross_white "1_42_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_009_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 63 292 292 399 125 1842 2992 2492 fixation_cross gabor_036 gabor_078 gabor_014 gabor_143 gabor_036_alt gabor_078 gabor_014 gabor_143_alt "1_43_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_UncuedRetriev_300_300_399_1850_3000_2500_gabor_patch_orientation_036_078_014_143_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_059_framed gabor_circ blank blank blank blank fixation_cross_white "1_43_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_UncuedRetriev_retrieval_patch_orientation_059_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2092 2992 2242 fixation_cross gabor_129 gabor_100 gabor_145 gabor_071 gabor_129 gabor_100_alt gabor_145_alt gabor_071 "1_44_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2100_3000_2250_gabor_patch_orientation_129_100_145_071_target_position_2_3_retrieval_position_2" gabor_circ gabor_100_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_44_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1992 2992 2292 fixation_cross gabor_033 gabor_144 gabor_118 gabor_093 gabor_033_alt gabor_144 gabor_118_alt gabor_093 "1_45_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_2000_3000_2300_gabor_patch_orientation_033_144_118_093_target_position_1_3_retrieval_position_1" gabor_171_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_45_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_171_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1892 2992 2492 fixation_cross gabor_054 gabor_022 gabor_178 gabor_097 gabor_054 gabor_022 gabor_178_alt gabor_097_alt "1_46_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1900_3000_2500_gabor_patch_orientation_054_022_178_097_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_132_framed gabor_circ blank blank blank blank fixation_cross_white "1_46_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 63 292 292 399 125 1892 2992 2342 fixation_cross gabor_034 gabor_011 gabor_116 gabor_061 gabor_034 gabor_011 gabor_116_alt gabor_061_alt "1_47_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_UncuedRetriev_300_300_399_1900_3000_2350_gabor_patch_orientation_034_011_116_061_target_position_3_4_retrieval_position_2" gabor_circ gabor_150_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_47_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_UncuedRetriev_retrieval_patch_orientation_150_retrieval_position_2" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1792 2992 2192 fixation_cross gabor_066 gabor_049 gabor_134 gabor_007 gabor_066 gabor_049 gabor_134_alt gabor_007_alt "1_48_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1800_3000_2200_gabor_patch_orientation_066_049_134_007_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_089_framed gabor_circ blank blank blank blank fixation_cross_white "1_48_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_089_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 64 292 292 399 125 1792 2992 2142 fixation_cross gabor_139 gabor_155 gabor_066 gabor_094 gabor_139 gabor_155 gabor_066_alt gabor_094_alt "1_49_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_UncuedRetriev_300_300_399_1800_3000_2150_gabor_patch_orientation_139_155_066_094_target_position_3_4_retrieval_position_2" gabor_circ gabor_155_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_49_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_UncuedRetriev_retrieval_patch_orientation_155_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1942 2992 1992 fixation_cross gabor_106 gabor_086 gabor_126 gabor_151 gabor_106_alt gabor_086 gabor_126_alt gabor_151 "1_50_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1950_3000_2000_gabor_patch_orientation_106_086_126_151_target_position_1_3_retrieval_position_1" gabor_061_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_50_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_061_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1992 2992 2042 fixation_cross gabor_031 gabor_050 gabor_008 gabor_170 gabor_031_alt gabor_050_alt gabor_008 gabor_170 "1_51_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2000_3000_2050_gabor_patch_orientation_031_050_008_170_target_position_1_2_retrieval_position_2" gabor_circ gabor_050_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_51_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_050_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1742 2992 2092 fixation_cross gabor_137 gabor_092 gabor_167 gabor_062 gabor_137_alt gabor_092_alt gabor_167 gabor_062 "1_52_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1750_3000_2100_gabor_patch_orientation_137_092_167_062_target_position_1_2_retrieval_position_1" gabor_002_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_52_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1892 2992 2142 fixation_cross gabor_022 gabor_164 gabor_051 gabor_135 gabor_022 gabor_164_alt gabor_051 gabor_135_alt "1_53_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1900_3000_2150_gabor_patch_orientation_022_164_051_135_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_090_framed blank blank blank blank fixation_cross_white "1_53_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_090_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2142 2992 2442 fixation_cross gabor_050 gabor_176 gabor_001 gabor_140 gabor_050_alt gabor_176 gabor_001 gabor_140_alt "1_54_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2150_3000_2450_gabor_patch_orientation_050_176_001_140_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_140_framed blank blank blank blank fixation_cross_white "1_54_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_140_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2042 2992 2092 fixation_cross gabor_134 gabor_021 gabor_044 gabor_154 gabor_134_alt gabor_021 gabor_044 gabor_154_alt "1_55_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2050_3000_2100_gabor_patch_orientation_134_021_044_154_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_154_framed blank blank blank blank fixation_cross_white "1_55_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_154_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 64 292 292 399 125 1742 2992 2292 fixation_cross gabor_026 gabor_081 gabor_115 gabor_143 gabor_026_alt gabor_081 gabor_115_alt gabor_143 "1_56_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_UncuedRetriev_300_300_399_1750_3000_2300_gabor_patch_orientation_026_081_115_143_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_143_framed blank blank blank blank fixation_cross_white "1_56_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_UncuedRetriev_retrieval_patch_orientation_143_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1942 2992 2392 fixation_cross gabor_116 gabor_166 gabor_007 gabor_076 gabor_116_alt gabor_166 gabor_007 gabor_076_alt "1_57_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1950_3000_2400_gabor_patch_orientation_116_166_007_076_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_029_framed blank blank blank blank fixation_cross_white "1_57_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_029_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2092 2992 2142 fixation_cross gabor_165 gabor_082 gabor_137 gabor_012 gabor_165 gabor_082_alt gabor_137 gabor_012_alt "1_58_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_2100_3000_2150_gabor_patch_orientation_165_082_137_012_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_058_framed blank blank blank blank fixation_cross_white "1_58_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_058_retrieval_position_4" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1742 2992 1992 fixation_cross gabor_027 gabor_099 gabor_057 gabor_166 gabor_027 gabor_099_alt gabor_057 gabor_166_alt "1_59_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_1750_3000_2000_gabor_patch_orientation_027_099_057_166_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_166_framed blank blank blank blank fixation_cross_white "1_59_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_166_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1942 2992 1992 fixation_cross gabor_066 gabor_010 gabor_081 gabor_116 gabor_066_alt gabor_010_alt gabor_081 gabor_116 "1_60_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_1950_3000_2000_gabor_patch_orientation_066_010_081_116_target_position_1_2_retrieval_position_2" gabor_circ gabor_010_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_60_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_010_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2042 2992 2342 fixation_cross gabor_143 gabor_100 gabor_027 gabor_073 gabor_143_alt gabor_100_alt gabor_027 gabor_073 "1_61_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2050_3000_2350_gabor_patch_orientation_143_100_027_073_target_position_1_2_retrieval_position_2" gabor_circ gabor_100_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_61_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_100_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1892 2992 2392 fixation_cross gabor_178 gabor_117 gabor_034 gabor_051 gabor_178 gabor_117_alt gabor_034_alt gabor_051 "1_62_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_1900_3000_2400_gabor_patch_orientation_178_117_034_051_target_position_2_3_retrieval_position_2" gabor_circ gabor_117_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_62_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_117_retrieval_position_2" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 64 292 292 399 125 1842 2992 2042 fixation_cross gabor_123 gabor_155 gabor_050 gabor_077 gabor_123_alt gabor_155 gabor_050 gabor_077_alt "1_63_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_UncuedRetriev_300_300_399_1850_3000_2050_gabor_patch_orientation_123_155_050_077_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_050_framed gabor_circ blank blank blank blank fixation_cross_white "1_63_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_UncuedRetriev_retrieval_patch_orientation_050_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 2142 2992 2342 fixation_cross gabor_110 gabor_178 gabor_047 gabor_129 gabor_110_alt gabor_178 gabor_047_alt gabor_129 "1_64_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2150_3000_2350_gabor_patch_orientation_110_178_047_129_target_position_1_3_retrieval_position_1" gabor_110_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_64_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_110_retrieval_position_1" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 62 292 292 399 125 1992 2992 2242 fixation_cross gabor_176 gabor_109 gabor_087 gabor_056 gabor_176_alt gabor_109 gabor_087_alt gabor_056 "1_65_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_300_300_399_2000_3000_2250_gabor_patch_orientation_176_109_087_056_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_087_framed gabor_circ blank blank blank blank fixation_cross_white "1_65_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_CuedRetrieval_retrieval_patch_orientation_087_retrieval_position_3" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 2242 2992 2292 fixation_cross gabor_142 gabor_085 gabor_068 gabor_029 gabor_142_alt gabor_085 gabor_068 gabor_029_alt "1_66_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_2250_3000_2300_gabor_patch_orientation_142_085_068_029_target_position_1_4_retrieval_position_1" gabor_007_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_66_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_007_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1892 2992 2492 fixation_cross gabor_114 gabor_028 gabor_097 gabor_139 gabor_114 gabor_028 gabor_097_alt gabor_139_alt "1_67_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1900_3000_2500_gabor_patch_orientation_114_028_097_139_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_051_framed gabor_circ blank blank blank blank fixation_cross_white "1_67_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_051_retrieval_position_3" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 64 292 292 399 125 1942 2992 2192 fixation_cross gabor_016 gabor_171 gabor_057 gabor_082 gabor_016 gabor_171_alt gabor_057_alt gabor_082 "1_68_Encoding_Working_Memory_MEG_Salient_Uncued_NoChange_UncuedRetriev_300_300_399_1950_3000_2200_gabor_patch_orientation_016_171_057_082_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_082_framed blank blank blank blank fixation_cross_white "1_68_Retrieval_Working_Memory_MEG_Salient_Uncued_NoChange_UncuedRetriev_retrieval_patch_orientation_082_retrieval_position_4" 1 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 61 292 292 399 125 1842 2992 2392 fixation_cross gabor_160 gabor_007 gabor_075 gabor_090 gabor_160_alt gabor_007 gabor_075_alt gabor_090 "1_69_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_300_300_399_1850_3000_2400_gabor_patch_orientation_160_007_075_090_target_position_1_3_retrieval_position_1" gabor_114_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_69_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_CuedRetrieval_retrieval_patch_orientation_114_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; 42 63 292 292 399 125 1942 2992 2242 fixation_cross gabor_074 gabor_144 gabor_107 gabor_163 gabor_074 gabor_144 gabor_107_alt gabor_163_alt "1_70_Encoding_Working_Memory_MEG_Salient_Uncued_DoChange_UncuedRetriev_300_300_399_1950_3000_2250_gabor_patch_orientation_074_144_107_163_target_position_3_4_retrieval_position_1" gabor_027_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_white "1_70_Retrieval_Working_Memory_MEG_Salient_Uncued_DoChange_UncuedRetriev_retrieval_patch_orientation_027_retrieval_position_1" 2 45.96 45.96 -45.96 45.96 -45.96 -45.96 45.96 -45.96; }; # baselinePost (at the end of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }; time = 0; duration = 5000; code = "BaselinePost"; port_code = 92; };
662d44ecb7c6bfb995871358787d10b3a6845e35
449d555969bfd7befe906877abab098c6e63a0e8
/1964/CH1/EX1.14/ex1_14.sce
e813a4462680589ed9ee002af3c728f46a9d9081
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
982
sce
ex1_14.sce
//Chapter-1, Example 1.14, Page 26 //============================================================================= clc; clear; //INPUT DATA P=100;//power of power station in MW g=9.81;//gravity constant in m/sec^2 h=200;//effective head of power station in m n=80;//efficiency of station in percentage t=10;//operation time of power station //CALCULATIONS E1=P*t;// energy output from the station in 10 hours measured in MWh n=n/100; E2=P*t/n;//energy input to the station in 10 hours measured in MWh E2=E2*10^6*60*60;//energy input to the station in 10 hours measured in Wsec or joules //energy input to the station is equal to potential energy supplied by water to station m=E2/(g*h);//mass in kg of water used d=1000;//density of water in kg/m^3 V=m/d;//volume of water used in 10 hours //OUTPUT mprintf("Thus the volume of water used in 10 hours is %e cubic metre",V); //=================================END OF PROGRAM==============================
ce0fd978c1f25b67e46f36d05af08a7fadcf71f9
449d555969bfd7befe906877abab098c6e63a0e8
/869/CH9/EX9.11/9_11.sce
074d7b79c0a81e96ec50c3da8a8ef1322ed9ceb1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
286
sce
9_11.sce
clc edge=2 //in height=3 //in F=20000 //lb deltaS=0.00234 //in deltaA=0.00088 //in E=F*height/(deltaA*edge*edge) printf("Modulus of elasticity=%f psi",E) G=F*height/(deltaS*edge*edge) printf("\n Modulus of Rigidity=%f psi",G) Mu=E/(2*G) -1 printf("\n Poisson ratio=%f ",Mu)
72ba14c2a736a4556cd0b3bc07cd4bfe7550cc39
a8592d34f144b71794ebf30f1c2a1b5faf0b053c
/AkarPersamaan/scilab/test_fun1.sce
922ee0dc15ce2100a7a9ea787aa60df5464d5f5b
[]
no_license
f-fathurrahman/ffr-MetodeNumerik
ee9a6a7153b174b1ba3d714fe61ccbd1cb1dd327
e3a9da224c0fd5b32e671708e890018a3c4104c4
refs/heads/master
2023-07-19T22:29:38.810143
2023-07-07T10:02:34
2023-07-07T10:02:34
107,272,110
2
2
null
null
null
null
UTF-8
Scilab
false
false
129
sce
test_fun1.sce
function [x, y] = myfct(a, b) x = a + b y = a - b endfunction [x, y] = myfct(3,2) printf("x = %f, y = %f\n", x, y) quit()
3d75e0ff5d5a96ad34f86a249a2b255f145c71d3
786b8b062cc8e4ad6a2a39294d02777c4ec4cb78
/FreeEDA/LPCSim/LPCSim/getlib.sci
ac01e7c511fbde54ec5bff5494a2e95dd7e0e202
[]
no_license
FOSSEE/FreeEDA
fc379b9927e63f0b29e66f69284beddff07d43c8
0c9f3b3885338be0420773ac2007d8ac54aa7412
refs/heads/master
2021-01-18T15:16:58.922680
2014-12-09T10:59:41
2014-12-09T10:59:41
23,788,370
6
3
null
2014-09-26T09:05:17
2014-09-08T11:29:52
Python
UTF-8
Scilab
false
false
313
sci
getlib.sci
// MNA based Circuit Simulator // Yogesh Dilip Save // Research Scholor // IIT Bombay, Mumbai-400076 function I=func(voltage,parameter) exec('myr.sci',-1); I=myr_func(voltage,parameter); endfunction function Gj=jacobian(voltage,parameter) exec('myr.sci',-1); Gj=myr_Jacobian(voltage,parameter); endfunction
d337c3c21c272a1ab4e619f7403378a785351a57
42fdf741bf64ea2e63d1546bb08356286f994505
/data_for_calibration_paper/Figure_05_FG_parameter.sce
2397e2672882db55e11f038b6caa81ff6c19f297
[]
no_license
skim819/RASP_Workspace_sihwan
7e3cd403dc3965b8306ec203007490e3ea911e3b
0799e146586595577c8efa05c647b8cb92b962f4
refs/heads/master
2020-12-24T05:22:25.775823
2017-04-01T22:15:18
2017-04-01T22:15:18
41,511,563
1
0
null
null
null
null
UTF-8
Scilab
false
false
5,462
sce
Figure_05_FG_parameter.sce
global file_name path fname extension chip_num board_num hex_1na; cd("/home/ubuntu/RASP_Workspace/data_for_calibration_paper"); path = pwd(); exec('~/rasp30/prog_assembly/libs/scilab_code/diodeADC_v2i.sce',-1); exec('~/rasp30/prog_assembly/libs/scilab_code/diodeADC_i2v.sce',-1); exec('~/rasp30/prog_assembly/libs/scilab_code/diodeADC_v2h.sce',-1); exec('~/rasp30/prog_assembly/libs/scilab_code/diodeADC_h2v.sce',-1); hex_1na=int(diodeADC_v2h(diodeADC_i2v(1e-09,chip_num,brdtype),chip_num,brdtype)); exec('~/rasp30/prog_assembly/libs/scilab_code/read_tar_pgm_result.sce',-1); time_scale=1e-5; // Time unit : 10us Vg06VtoVg00V=hex_1na; // hex value for 1nA vdd=2.5; clear data_swc; m_graph=4; data_swc=read_tar_pgm_result('char_gate_coupling_swc.hex',m_graph,time_scale); for i=3:m_graph data_swc(:,i+2)=diodeADC_v2i(diodeADC_h2v(data_swc(:,i),chip_num,brdtype),chip_num,brdtype); data_swc(:,i+4)=2*(vdd-(diodeADC_h2v(data_swc(:,i),chip_num,brdtype))); end // data_swc(:,3) Hex@Vgm=0.6V, data_swc(:,4) Hex@Vgm=0V, data_swc(:,5) Current@Vgm=0.6V, data_swc(:,6) Current@Vgm=0V //polyfit data_swc_sz=size(data_swc); start_hex=0; for k=1:data_swc_sz(1,1) if data_swc(k,5) < 1E-09 then start_hex = k; end end [p1_vg06_vg00_swc,S1_vg06_vg00_swc]=polyfit(data_swc(start_hex:start_hex+5,3), data_swc(start_hex:start_hex+5,4),1); ADC_vg06_vg00_swc = data_swc(1,3):1:data_swc(data_swc_sz(1,1),3); fit_vg06_vg00_swc = polyval(p1_vg06_vg00_swc,ADC_vg06_vg00_swc,S1_vg06_vg00_swc); Vg06VtoVg00V_swc=[Vg06VtoVg00V]; // 1nA Vg06VtoVg00V_swc_sz = size(Vg06VtoVg00V_swc); ADC_vg06_vg00_swc_sz = size(ADC_vg06_vg00_swc); for k=1:Vg06VtoVg00V_swc_sz(1,1) for h=1:ADC_vg06_vg00_swc_sz(1,2) if ADC_vg06_vg00_swc(h) < Vg06VtoVg00V_swc(k,1) then Vg06VtoVg00V_swc(k,2)=fit_vg06_vg00_swc(h); end end end scf(1);clf(1); plot2d("nl", data_swc(:,2)*1e3, data_swc(:,5));p = get("hdl"); p.children.mark_style = 9; p.children.mark_foreground = 1;p.children.line_mode = 'off'; plot2d("nl", data_swc(:,2)*1e3, data_swc(:,6));p = get("hdl"); p.children.mark_style = 9; p.children.mark_foreground = 2;p.children.line_mode = 'off'; a=gca();a.data_bounds=[0 5e-10; 1 1e-05]; xtitle("","time [us]", "Id [A]"); scf(2);clf(2); plot2d("nn", data_swc(:,3), data_swc(:,4));p = get("hdl"); p.children.mark_style = 9; p.children.mark_foreground = 1;p.children.line_mode = 'off'; plot2d("nn", ADC_vg06_vg00_swc, fit_vg06_vg00_swc);p = get("hdl");p.children.line_mode = 'on';p.children.mark_mode = 'off'; xtitle("","ADC values @ Vg=0.6V", "ADC values @ Vg=0V"); //a=gca();a.data_bounds(1,1)=3000;a.data_bounds(1,2)=3000;a.data_bounds(2,1)=9000;a.data_bounds(2,2)=9000; scf(3);clf(3); plot2d("ln", data_swc(:,5), data_swc(:,6)./data_swc(:,5));p = get("hdl"); p.children.mark_style = 9; p.children.mark_foreground = 1;p.children.line_mode = 'off'; a=gca();a.data_bounds=[1e-10 0; 1e-06 30]; xtitle("","I [A] @Vg=0.6V", " I(@Vg=0V)/I(@Vg=0.6V)"); //a=gca();a.data_bounds(1,1)=3000;a.data_bounds(1,2)=3000;a.data_bounds(2,1)=9000;a.data_bounds(2,2)=9000; scf(4);clf(4); plot2d("nn", data_swc(:,2)*1e3, data_swc(:,7));p = get("hdl"); p.children.mark_style = 9; p.children.mark_foreground = 1;p.children.line_mode = 'off'; plot2d("nn", data_swc(:,2)*1e3, data_swc(:,8));p = get("hdl"); p.children.mark_style = 9; p.children.mark_foreground = 2;p.children.line_mode = 'off'; a=gca();a.data_bounds=[0 0.9; 1 1.8]; xtitle("","time [us]", "Vout [V]"); [p1_re_in,S1_re_in]=polyfit(data_swc(20:27,7), data_swc(20:27,8),1); x_range=[1:0.1:1.7]; [p2_re_in,S2_re_in]=polyfit(data_swc(50:100,7), data_swc(50:100,8),1); //scf(5);clf(5); //plot2d("nn", data_swc(20:100,7), data_swc(20:100,8));p = get("hdl"); p.children.mark_style = 9; p.children.mark_foreground = 1;p.children.line_mode = 'off'; //plot2d("nn", x_range,p1_re_in(1)*x_range+p1_re_in(2) );p = get("hdl");p.children.line_mode = 'on';p.children.mark_mode = 'off'; //plot2d("nn", x_range,p2_re_in(1)*x_range+p2_re_in(2) );p = get("hdl");p.children.line_mode = 'on';p.children.mark_mode = 'off'; //a=gca();a.data_bounds=[1 1.3; 1.7 1.8]; //xtitle("","Vout[V]@Vg=0.6V", " Vout[V]@Vg=0V"); data_swc(22:100,9)=data_swc(22:100,8)-data_swc(22:100,7); [p1_re_offset,S1_re_offset]=polyfit(data_swc(22:49,7), data_swc(22:49,9),1); x_range1=[1.1:0.05:1.65]; [p2_re_offset,S2_re_offset]=polyfit(data_swc(50:100,7), data_swc(50:100,9),1); x_range2=[1.2:0.05:1.7]; disp(data_swc(22,:)); disp(data_swc(50,:)); disp(data_swc(100,:)); scf(6);clf(6); plot2d("nn", data_swc(22:100,7),data_swc(22:100,9));p = get("hdl"); p.children.mark_style = 9; p.children.mark_foreground = 1;p.children.line_mode = 'off'; plot2d("nn", x_range1,p1_re_offset(1)*x_range1+p1_re_offset(2) );p = get("hdl");p.children.line_mode = 'on';p.children.mark_mode = 'off'; plot2d("nn", x_range2,p2_re_offset(1)*x_range2+p2_re_offset(2) );p = get("hdl");p.children.line_mode = 'on';p.children.mark_mode = 'off'; a=gca();a.data_bounds=[1.1 0.08 ; 1.7 0.26]; xtitle("","Vout[V]@Vg=0.6V", "Vout(@Vg=0V) - Vout(@Vg=0.6)"); //2*(vdd-diodeADC_h2v(5621,chip_num,brdtype))-2*(vdd-diodeADC_h2v(4342,chip_num,brdtype)) //2*(vdd-diodeADC_h2v(5872,chip_num,brdtype))-2*(vdd-diodeADC_h2v(4342,chip_num,brdtype)) //2*(vdd-diodeADC_h2v(5886,chip_num,brdtype))-2*(vdd-diodeADC_h2v(4342,chip_num,brdtype)) //2*(vdd-diodeADC_h2v(6528,chip_num,brdtype))-2*(vdd-diodeADC_h2v(4342,chip_num,brdtype)) //2*(vdd-diodeADC_h2v(6790,chip_num,brdtype))-2*(vdd-diodeADC_h2v(4342,chip_num,brdtype))
62c066404757c0d9cf7fb3116a8b3ba4e908fcbd
3a3724d75eaeed286d5c0a34dd9b58cb0d440c9b
/parse_test.tst
76ac9bb5ab6b089159ef8a103b00e0766b4206e0
[]
no_license
AndrewBrenev/LoyaltySystemDB
1bef789fbe7064f35eaba8238a4110a5b3ed0363
d09f2d0bd74ececd3d14c44eeb551cf928f283c9
refs/heads/master
2022-07-19T02:43:11.285554
2020-05-26T18:51:01
2020-05-26T18:51:01
259,018,029
3
0
null
null
null
null
WINDOWS-1251
Scilab
false
false
806
tst
parse_test.tst
PL/SQL Developer Test script 3.0 19 -- Created on 10.04.2020 by АНДРЕЙ declare -- Local variables here i integer; h_str varchar(700) :='H;D20200319ONL;20200320091500'; p_str varchar2(90) :='P;22fcf0cd2cf07841d4214d6a14b2b28c1e15be24;12345678;20200319143746;150000;LENTA1234;5411;Касса 7 Терминал 71'; r_str varchar2(90) :='R;23696bdc044f068ce78a3d70de9c5f4d6ab4b3bd;13579R1;20200319120048;5700;PYATEROCHKA12;13579;Остаток чека 12300'; c_str varchar2(30) := 'T;2;1'; del varchar(1) := ';'; row row_parser.file_row; begin -- Test statements here row := row_parser.parseRow(h_str,del); exception when row_parser.file_format_error then DBMS_OUTPUT.PUT_LINE('File error'); when others then DBMS_OUTPUT.PUT_LINE(sqlcode); end; 0 0
b154032d039536bed7410c78a2686bb1bb4c2c2b
99b4e2e61348ee847a78faf6eee6d345fde36028
/Toolbox Test/armcov/armcov2.sce
2be101fab9e44137a3ad14ab05422ec17aa9f2ea
[]
no_license
deecube/fosseetesting
ce66f691121021fa2f3474497397cded9d57658c
e353f1c03b0c0ef43abf44873e5e477b6adb6c7e
refs/heads/master
2021-01-20T11:34:43.535019
2016-09-27T05:12:48
2016-09-27T05:12:48
59,456,386
0
0
null
null
null
null
UTF-8
Scilab
false
false
624
sce
armcov2.sce
y=[0.107533427909220; 0.663644537348001; 0.970587221665023; 0.608390883863076; -0.293540506673764; -1.42787086899790; -2.19233932281606; -1.88376277475872; 0.351621088370924; 4.20456888982602; 7.02440717036035; 6.65058196622351; 2.57013250348360; -3.50487012663216; -8.16852139220758; -8.56013313698647; -4.20428209151219; 2.87304879208001; 9.06603681929948; 11.1157950647464]; [arcoeffs,e] = armcov(y,4); disp(arcoeffs); disp(e); //output // 1. - 2.7885574 3.7047868 - 2.4614096 0.7778294 // // 2.6375739 //corresponding matlab o/p // 1.0000 -2.7886 3.7048 -2.4614 0.7778 // // 0.0824
f245b4cd75c4236befdf43756afface413654611
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/TM71.prev.tst
1efc4544d0a9c81f01e3cca0a0c55f1e16503070
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
gfis/ramath
498adfc7a6d353d4775b33020fdf992628e3fbff
b09b48639ddd4709ffb1c729e33f6a4b9ef676b5
refs/heads/master
2023-08-17T00:10:37.092379
2023-08-04T07:48:00
2023-08-04T07:48:00
30,116,803
2
0
null
null
null
null
UTF-8
Scilab
false
false
1,179
tst
TM71.prev.tst
considerNonPrimitive Expanding for base=2, level=4, reasons+features=base,primitive,same,similiar invall,norm,showfail Refined variables=a,b,c [0+1a,0+1b,0+1c]: unknown -> [1] [0,0,0] a³+2b³-6a*b*c+4c³ -> solution [0,0,0],trivial(3) ---------------- level 0 expanding queue[0]^-1,meter=[2,2,2]: a³+2b³-6a*b*c+4c³ [0+2a,0+2b,0+2c]: non-primitive -> solution [0,0,0],trivial(3) [1+2a,0+2b,0+2c]: failure constant=1, vgcd=2 [1,0,0] 6a+12a²+8a³+16b³-24b*c-48a*b*c+32c³+1 [0+2a,1+2b,0+2c]: failure constant=1, vgcd=2 [0,1,0] 4a³+6b+12b²+8b³-12a*c-24a*b*c+16c³+1 [1+2a,1+2b,0+2c]: failure constant=3, vgcd=2 [1,1,0] 6a+12a²+8a³+12b+24b²+16b³-12c-24a*c-24b*c-48a*b*c+32c³+3 [0+2a,0+2b,1+2c]: failure constant=1, vgcd=2 [0,0,1] 2a³-6a*b+4b³+6c-12a*b*c+12c²+8c³+1 [1+2a,0+2b,1+2c]: failure constant=5, vgcd=2 [1,0,1] 6a+12a²+8a³-12b-24a*b+16b³+24c-24b*c-48a*b*c+48c²+32c³+5 [0+2a,1+2b,1+2c]: failure constant=-3, vgcd=2 [0,1,1] 6a-4a³-6b+12a*b-12b²-8b³-12c+12a*c+24a*b*c-24c²-16c³-3 [1+2a,1+2b,1+2c]: failure constant=-1, vgcd=2 [1,1,1] 6a-12a²-8a³+24a*b-24b²-16b³-12c+24a*c+24b*c+48a*b*c-48c²-32c³-1 endexp[0] Proof [1] mod 2: a³+2b³-6a*b*c+4c³
38ced6b044a87355df43d3da6feaf9e6bfcf5774
449d555969bfd7befe906877abab098c6e63a0e8
/1187/CH1/EX1.3/3.sce
bfb7e967b223b914bb7995e272cc91218e187712
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
217
sce
3.sce
clc d=0.004; // m rho=1000; // kg/m^3 v=3; // m/s meu=10^(-3); // khm(m.s) Re=rho*v*d/meu; disp("Reynolds number =") disp(Re) disp("The Reynolds number is well in excess of 4000, so the flow is turbulent.")
993a6b4b244909ae87e9e99dc4fa7ed297632b01
1bb72df9a084fe4f8c0ec39f778282eb52750801
/test/SER3.prev.tst
1033d0e465a09ecb144a08d54c3a2b21342fde82
[ "Apache-2.0", "LicenseRef-scancode-unknown-license-reference" ]
permissive
gfis/ramath
498adfc7a6d353d4775b33020fdf992628e3fbff
b09b48639ddd4709ffb1c729e33f6a4b9ef676b5
refs/heads/master
2023-08-17T00:10:37.092379
2023-08-04T07:48:00
2023-08-04T07:48:00
30,116,803
2
0
null
null
null
null
UTF-8
Scilab
false
false
106
tst
SER3.prev.tst
A322469 3,1,2,7,11,15,5,10 A307048 2,1,6,5,10,4,14,7 A160016 0,2,1,4,6,8,3,10 A000027 1,2,3,4,5,6,7,8
03a10a0335bb993542f14c79341ac935e7482d8b
449d555969bfd7befe906877abab098c6e63a0e8
/1592/CH4/EX4.11/example_4_11.sce
eec5c8bb7243052c073c88c85d9df08333ecb8c0
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
263
sce
example_4_11.sce
//Scilab Code for Example 4.11 of Signals and systems by //P.Ramakrishna Rao //Find system function and output of the system clear; clc; syms a t; for n=1:10; h=t^(n-1)*%e^(-a*t); H=laplace(h,t,'jw'); disp(H,'SYSTEM FUNCTION X(f)=',h,'For x(t)='); end
810cc930ee87ebf9f414565c16bb01894a45f668
449d555969bfd7befe906877abab098c6e63a0e8
/1286/CH12/EX12.3/12_3.sce
163191ab28c30392c4f1d3cc078ed11e4e8bff0c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
211
sce
12_3.sce
clc //initialisation cu=90 fe=12 t1=200//c t2=0//c l=0.3//m a=5*10^-4//m^2 //CALCULATIONS t=(t1*cu+fe*t2)/(cu+fe) dt=t1-t rh=cu*a*dt/0.15 //results printf(' \n rate of heat flow= % 1f cal/sec',rh)
318fbf92bdbf113229d5884a9e469fff31063df3
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.4.1/macros/m2sci/lhsvarsnames.sci
126a581a01c81ba3cf553086b7c548b12ebee5bd
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
369
sci
lhsvarsnames.sci
function varargout=lhsvarsnames() // Copyright INRIA varargout=list([]) lhs0=lhs [lhs,rhs]=argn(0) for k=1:lhs0 varname=lst(ilst+lhs0+1-k)(2) p=find(varname==vnms(:,2)) if p<>[] then varname=vnms(p,1), else if funptr(varname)<>0 then varname='%'+varname,end end if lhs>1 then varargout(k)=varname else varargout(1)(k,1)=varname end end
b955f93d5703ba076ea50e4485a48e3f5cc71ba8
449d555969bfd7befe906877abab098c6e63a0e8
/3831/CH14/EX14.2/Ex14_2.sce
8222d8ec1ae040a5f874c662b35edb9076c1eac3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
284
sce
Ex14_2.sce
// Example 14_2 clc;funcprot(0); // Given data V=2.50*10^16;// m^3 T=0.00;// °C t=24.0;// s rho=917;// kg/m^3 // Solution m_ice=V*rho*2.2046;// lbm Q=m_ice/(2*10^3);// tons of refrigeration printf("\nThe tons of refrigeration produced,Q=%1.2e tons of refrigeration",Q);
3d46b7110631e736de15093c3b431debd4447823
449d555969bfd7befe906877abab098c6e63a0e8
/1439/CH4/EX4.3/4_3.sce
462dea8679e956a2a8b80e8c040c57ef1c76a3e9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
211
sce
4_3.sce
clc //initialisation of variables Hr1= -70.96 //kcal Hr2= -23.49 //kcal Hr3= -31.14 //kcal Hr4= -68.32 //kcal //CALCULATIONS H= Hr1+Hr2+Hr3+Hr4 //RESULTS printf ('Enthalpy of formation= %.2f kcal',H)
94e0359c2e1c45f55b305a748d54452502d58a26
931df7de6dffa2b03ac9771d79e06d88c24ab4ff
/AIMER7s HEURISTIC ABOUT GEOMETRIC POSITIONING AND APPLICATIONS.sce
003fa72352e07480e1eaec9efef7b6d1ae6b2cfd
[]
no_license
MBHuman/Scenarios
be1a722825b3b960014b07cda2f12fa4f75c7fc8
1db6bfdec8cc42164ca9ff57dd9d3c82cfaf2137
refs/heads/master
2023-01-14T02:10:25.103083
2020-11-21T16:47:14
2020-11-21T16:47:14
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
26,278
sce
AIMER7s HEURISTIC ABOUT GEOMETRIC POSITIONING AND APPLICATIONS.sce
Name=AIMER7s HEURISTIC ABOUT GEOMETRIC POSITIONING AND APPLICATIONS PlayerCharacters=notquaker BotCharacters=stationary.bot IsChallenge=true Timelimit=6000.0 PlayerProfile=notquaker AddedBots=stationary.bot;stationary.bot;stationary.bot;stationary.bot;stationary.bot;stationary.bot;stationary.bot;stationary.bot;stationary.bot;stationary.bot PlayerMaxLives=0 BotMaxLives=0;0;0;0;0;0;0;0;0;0 PlayerTeam=1 BotTeams=2;2;2;2;2;2;2;2;0;2 MapName=examples.map MapScale=3.8125 BlockProjectilePredictors=true BlockCheats=true InvinciblePlayer=true InvincibleBots=false Timescale=1.0 BlockHealthbars=false TimeRefilledByKill=0.0 ScoreToWin=1000.0 ScorePerDamage=3.0 ScorePerKill=0.0 ScorePerMidairDirect=0.0 ScorePerAnyDirect=0.0 ScorePerTime=0.0 ScoreLossPerDamageTaken=0.0 ScoreLossPerDeath=0.0 ScoreLossPerMidairDirected=0.0 ScoreLossPerAnyDirected=0.0 ScoreMultAccuracy=false ScoreMultDamageEfficiency=true ScoreMultKillEfficiency=false GameTag=.pdf WeaponHeroTag=none DifficultyTag=5 AuthorsTag=bozott (official) BlockHitMarkers=false BlockHitSounds=false BlockMissSounds=false BlockFCT=false Description=In every kind of game, from MOBA to FPS, the concept of positioning is used and abusedby people to justify why something worked or failed, but no distinction is made between itsdifferent aspects GameVersion=1.0.7.2 ScorePerDistance=0.0 [Aim Profile] Name=Default MinReactionTime=0.3 MaxReactionTime=0.4 MinSelfMovementCorrectionTime=0.001 MaxSelfMovementCorrectionTime=0.05 FlickFOV=30.0 FlickSpeed=1.5 FlickError=15.0 TrackSpeed=3.5 TrackError=3.5 MaxTurnAngleFromPadCenter=75.0 MinRecenterTime=0.3 MaxRecenterTime=0.5 OptimalAimFOV=30.0 OuterAimPenalty=1.0 MaxError=40.0 ShootFOV=15.0 VerticalAimOffset=0.0 MaxTolerableSpread=5.0 MinTolerableSpread=1.0 TolerableSpreadDist=2000.0 MaxSpreadDistFactor=2.0 [Bot Profile] Name=stationary DodgeProfileNames= DodgeProfileWeights= DodgeProfileMaxChangeTime=5.0 DodgeProfileMinChangeTime=1.0 WeaponProfileWeights=1.0;1.0;1.0;1.0;1.0;1.0;1.0;1.0 AimingProfileNames=Default;Default;Default;Default;Default;Default;Default;Default WeaponSwitchTime=3.0 UseWeapons=true CharacterProfile=Quaker SeeThroughWalls=false NoDodging=true NoAiming=true [Character Profile] Name=notquaker MaxHealth=300.0 WeaponProfileNames=;;aimer7shooter;;;;; MinRespawnDelay=1.0 MaxRespawnDelay=5.0 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=80.000 HeadshotOnly=false DamageKnockbackFactor=4.0 MovementType=Base MaxSpeed=1300.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=800.0 Gravity=3.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=0.771 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=1.000 Y=0.888 Z=0.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=0.0 MainBBType=Cylindrical MainBBHeight=320.0 MainBBRadius=58.0 MainBBHasHead=false MainBBHeadRadius=45.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cylindrical ProjBBHeight=230.0 ProjBBRadius=55.0 ProjBBHasHead=false ProjBBHeadRadius=45.0 ProjBBHeadOffset=0.0 ProjBBHide=true HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=false AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.5 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 [Character Profile] Name=Quaker MaxHealth=300.0 WeaponProfileNames=;;LG;;;;; MinRespawnDelay=1.0 MaxRespawnDelay=5.0 StepUpHeight=75.0 CrouchHeightModifier=0.5 CrouchAnimationSpeed=2.0 CameraOffset=X=0.000 Y=0.000 Z=80.000 HeadshotOnly=false DamageKnockbackFactor=4.0 MovementType=Base MaxSpeed=1300.0 MaxCrouchSpeed=500.0 Acceleration=9000.0 AirAcceleration=16000.0 Friction=4.0 BrakingFrictionFactor=2.0 JumpVelocity=800.0 Gravity=3.0 AirControl=0.25 CanCrouch=true CanPogoJump=false CanCrouchInAir=true CanJumpFromCrouch=false EnemyBodyColor=X=0.771 Y=0.000 Z=0.000 EnemyHeadColor=X=1.000 Y=1.000 Z=1.000 TeamBodyColor=X=1.000 Y=0.888 Z=0.000 TeamHeadColor=X=1.000 Y=1.000 Z=1.000 BlockSelfDamage=false InvinciblePlayer=false InvincibleBots=false BlockTeamDamage=false AirJumpCount=0 AirJumpVelocity=0.0 MainBBType=Cylindrical MainBBHeight=320.0 MainBBRadius=58.0 MainBBHasHead=false MainBBHeadRadius=45.0 MainBBHeadOffset=0.0 MainBBHide=false ProjBBType=Cuboid ProjBBHeight=500.0 ProjBBRadius=250.0 ProjBBHasHead=false ProjBBHeadRadius=45.0 ProjBBHeadOffset=0.0 ProjBBHide=false HasJetpack=false JetpackActivationDelay=0.2 JetpackFullFuelTime=4.0 JetpackFuelIncPerSec=1.0 JetpackFuelRegensInAir=false JetpackThrust=6000.0 JetpackMaxZVelocity=400.0 JetpackAirControlWithThrust=0.25 AbilityProfileNames=;;; HideWeapon=false AerialFriction=0.0 StrafeSpeedMult=1.0 BackSpeedMult=1.0 RespawnInvulnTime=0.0 BlockedSpawnRadius=0.0 BlockSpawnFOV=0.0 BlockSpawnDistance=0.0 RespawnAnimationDuration=0.5 AllowBufferedJumps=true BounceOffWalls=false LeanAngle=0.0 LeanDisplacement=0.0 AirJumpExtraControl=0.0 ForwardSpeedBias=1.0 HealthRegainedonkill=0.0 HealthRegenPerSec=0.0 HealthRegenDelay=0.0 JumpSpeedPenaltyDuration=0.0 JumpSpeedPenaltyPercent=0.0 ThirdPersonCamera=false TPSArmLength=300.0 TPSOffset=X=0.000 Y=150.000 Z=150.000 BrakingDeceleration=2048.0 VerticalSpawnOffset=0.0 [Weapon Profile] Name=aimer7shooter Type=Hitscan ShotsPerClick=1 DamagePerShot=6.0 KnockbackFactor=0.0 TimeBetweenShots=0.046 Pierces=false Category=FullyAuto BurstShotCount=1 TimeBetweenBursts=0.5 ChargeStartDamage=10.0 ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000 ChargeTimeToAutoRelease=2.0 ChargeTimeToCap=1.0 ChargeMoveSpeedModifier=1.0 MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=0.000 Y=0.000 Z=0.000 MaxTravelTime=5.0 MaxHitscanRange=100000.0 GravityScale=1.0 HeadshotCapable=false HeadshotMultiplier=2.0 MagazineMax=0 AmmoPerShot=1 ReloadTimeFromEmpty=0.5 ReloadTimeFromPartial=0.5 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=7.0 DelayBeforeShot=0.0 HitscanVisualEffect=Tracer ProjectileGraphic=Ball VisualLifetime=0.05 WallParticleEffect=None HitParticleEffect=None BounceOffWorld=false BounceFactor=0.0 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=1.0 CanAimDownSight=true ADSZoomDelay=0.0 ADSZoomSensFactor=0.7 ADSMoveFactor=1.0 ADSStartDelay=0.0 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=-80.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=0.0 RecoilNegatable=false DecalType=0 DecalSize=30.0 DelayAfterShooting=0.0 BeamTracksCrosshair=true AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=0.0 PassiveCharging=false BurstFullyAuto=true FlatKnockbackHorizontal=0.0 FlatKnockbackVertical=0.0 HitscanRadius=0.0 HitscanVisualRadius=6.0 TaggingDuration=0.0 TaggingMaxFactor=1.0 TaggingHitFactor=1.0 ProjectileTrail=None RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=1.0 ProjectileAcceleration=0.0 AccelIncludeVertical=true AimPunchAmount=0.0 AimPunchResetTime=0.05 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=true MinimumDecelVelocity=0.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=false FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=No Scope ADSFOVOverride=70.0 ADSFOVScale=Quake/Source ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.1 Explosive=false Radius=500.0 DamageAtCenter=100.0 DamageAtEdge=0.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=false DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=false SpreadSSA=1.0,1.0,-1.0,0.0 SpreadSCA=1.0,1.0,-1.0,0.0 SpreadMSA=1.0,1.0,-1.0,0.0 SpreadMCA=1.0,1.0,-1.0,0.0 SpreadSSH=1.0,1.0,-1.0,0.0 SpreadSCH=1.0,1.0,-1.0,0.0 SpreadMSH=1.0,1.0,-1.0,0.0 SpreadMCH=1.0,1.0,-1.0,0.0 MaxRecoilUp=0.0 MinRecoilUp=0.0 MinRecoilHoriz=0.0 MaxRecoilHoriz=0.0 FirstShotRecoilMult=1.0 RecoilAutoReset=false TimeToRecoilPeak=0.05 TimeToRecoilReset=0.35 AAMode=0 AAPreferClosestPlayer=false AAAlpha=0.05 AAMaxSpeed=1.0 AADeadZone=0.0 AAFOV=30.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=false AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=false TriggerBotDelay=0.0 TriggerBotFOV=1.0 StickyLock=false HeadLock=false VerticalOffset=0.0 DisableLockOnKill=false UsePerShotRecoil=false PSRLoopStartIndex=0 PSRViewRecoilTracking=0.45 PSRCapUp=9.0 PSRCapRight=4.0 PSRCapLeft=4.0 PSRTimeToPeak=0.095 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Weapon Profile] Name=LG Type=Hitscan ShotsPerClick=1 DamagePerShot=6.0 KnockbackFactor=2.0 TimeBetweenShots=0.046 Pierces=false Category=FullyAuto BurstShotCount=1 TimeBetweenBursts=0.5 ChargeStartDamage=10.0 ChargeStartVelocity=X=500.000 Y=0.000 Z=0.000 ChargeTimeToAutoRelease=2.0 ChargeTimeToCap=1.0 ChargeMoveSpeedModifier=1.0 MuzzleVelocityMin=X=2000.000 Y=0.000 Z=0.000 MuzzleVelocityMax=X=2000.000 Y=0.000 Z=0.000 InheritOwnerVelocity=0.0 OriginOffset=X=0.000 Y=0.000 Z=0.000 MaxTravelTime=5.0 MaxHitscanRange=100000.0 GravityScale=1.0 HeadshotCapable=false HeadshotMultiplier=2.0 MagazineMax=0 AmmoPerShot=1 ReloadTimeFromEmpty=0.5 ReloadTimeFromPartial=0.5 DamageFalloffStartDistance=100000.0 DamageFalloffStopDistance=100000.0 DamageAtMaxRange=7.0 DelayBeforeShot=0.0 HitscanVisualEffect=Tracer ProjectileGraphic=Ball VisualLifetime=0.05 WallParticleEffect=None HitParticleEffect=None BounceOffWorld=false BounceFactor=0.0 BounceCount=0 HomingProjectileAcceleration=0.0 ProjectileEnemyHitRadius=1.0 CanAimDownSight=true ADSZoomDelay=0.0 ADSZoomSensFactor=0.7 ADSMoveFactor=1.0 ADSStartDelay=0.0 ShootSoundCooldown=0.08 HitSoundCooldown=0.08 HitscanVisualOffset=X=0.000 Y=0.000 Z=-80.000 ADSBlocksShooting=false ShootingBlocksADS=false KnockbackFactorAir=4.0 RecoilNegatable=false DecalType=0 DecalSize=30.0 DelayAfterShooting=0.0 BeamTracksCrosshair=true AlsoShoot= ADSShoot= StunDuration=0.0 CircularSpread=true SpreadStationaryVelocity=0.0 PassiveCharging=false BurstFullyAuto=true FlatKnockbackHorizontal=0.0 FlatKnockbackVertical=0.0 HitscanRadius=0.0 HitscanVisualRadius=6.0 TaggingDuration=0.0 TaggingMaxFactor=1.0 TaggingHitFactor=1.0 ProjectileTrail=None RecoilCrouchScale=1.0 RecoilADSScale=1.0 PSRCrouchScale=1.0 PSRADSScale=1.0 ProjectileAcceleration=0.0 AccelIncludeVertical=true AimPunchAmount=0.0 AimPunchResetTime=0.05 AimPunchCooldown=0.5 AimPunchHeadshotOnly=false AimPunchCosmeticOnly=true MinimumDecelVelocity=0.0 PSRManualNegation=false PSRAutoReset=true AimPunchUpTime=0.05 AmmoReloadedOnKill=0 CancelReloadOnKill=false FlatKnockbackHorizontalMin=0.0 FlatKnockbackVerticalMin=0.0 ADSScope=No Scope ADSFOVOverride=70.0 ADSFOVScale=Quake/Source ADSAllowUserOverrideFOV=true IsBurstWeapon=false ForceFirstPersonInADS=true ZoomBlockedInAir=false ADSCameraOffsetX=0.0 ADSCameraOffsetY=0.0 ADSCameraOffsetZ=0.0 QuickSwitchTime=0.0 Explosive=false Radius=500.0 DamageAtCenter=100.0 DamageAtEdge=0.0 SelfDamageMultiplier=0.5 ExplodesOnContactWithEnemy=false DelayAfterEnemyContact=0.0 ExplodesOnContactWithWorld=false DelayAfterWorldContact=0.0 ExplodesOnNextAttack=false DelayAfterSpawn=0.0 BlockedByWorld=false SpreadSSA=1.0,1.0,-1.0,0.0 SpreadSCA=1.0,1.0,-1.0,0.0 SpreadMSA=1.0,1.0,-1.0,0.0 SpreadMCA=1.0,1.0,-1.0,0.0 SpreadSSH=1.0,1.0,-1.0,0.0 SpreadSCH=1.0,1.0,-1.0,0.0 SpreadMSH=1.0,1.0,-1.0,0.0 SpreadMCH=1.0,1.0,-1.0,0.0 MaxRecoilUp=0.0 MinRecoilUp=0.0 MinRecoilHoriz=0.0 MaxRecoilHoriz=0.0 FirstShotRecoilMult=1.0 RecoilAutoReset=false TimeToRecoilPeak=0.05 TimeToRecoilReset=0.35 AAMode=0 AAPreferClosestPlayer=false AAAlpha=0.05 AAMaxSpeed=1.0 AADeadZone=0.0 AAFOV=30.0 AANeedsLOS=true TrackHorizontal=true TrackVertical=true AABlocksMouse=false AAOffTimer=0.0 AABackOnTimer=0.0 TriggerBotEnabled=false TriggerBotDelay=0.0 TriggerBotFOV=1.0 StickyLock=false HeadLock=false VerticalOffset=0.0 DisableLockOnKill=false UsePerShotRecoil=false PSRLoopStartIndex=0 PSRViewRecoilTracking=0.45 PSRCapUp=9.0 PSRCapRight=4.0 PSRCapLeft=4.0 PSRTimeToPeak=0.095 PSRResetDegreesPerSec=40.0 UsePerBulletSpread=false PBS0=0.0,0.0 [Map Data] reflex map version 8 global entity type WorldSpawn String32 targetGameOverCamera end UInt8 playersMin 1 UInt8 playersMax 16 brush vertices -256.000000 607.999939 576.000000 1504.000000 607.999939 576.000000 1504.000000 607.999939 560.000000 -256.000000 607.999939 560.000000 -256.000000 0.000000 576.000000 1504.000000 0.000000 576.000000 1504.000000 0.000000 560.000000 -256.000000 0.000000 560.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 1504.000000 608.000000 576.000000 1520.000000 608.000000 576.000000 1520.000000 608.000000 -64.000000 1504.000000 608.000000 -64.000000 1504.000000 -16.000000 576.000000 1520.000000 -16.000000 576.000000 1520.000000 -16.000000 -64.000000 1504.000000 -16.000000 -64.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 1504.000000 608.000000 -64.000000 2144.000000 608.000000 -64.000000 2144.000000 608.000000 -80.000000 1504.000000 608.000000 -80.000000 1504.000000 -16.000000 -64.000000 2144.000000 -16.000000 -64.000000 2144.000000 -16.000000 -80.000000 1504.000000 -16.000000 -80.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 2144.000000 608.000000 -80.000000 2160.000000 608.000000 -80.000000 2160.000000 608.000000 -1088.000000 2144.000000 608.000000 -1088.000000 2144.000000 -16.000000 -80.000000 2160.000000 -16.000000 -80.000000 2160.000000 -16.000000 -1088.000000 2144.000000 -16.000000 -1088.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 1872.000000 96.000000 -496.000000 1888.000000 96.000000 -496.000000 1888.000000 96.000000 -592.000000 1872.000000 96.000000 -592.000000 1872.000000 0.000000 -496.000000 1888.000000 0.000000 -496.000000 1888.000000 0.000000 -592.000000 1872.000000 0.000000 -592.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 1760.000000 320.000000 -1088.000000 2160.000000 320.000000 -1088.000000 2160.000000 320.000000 -1104.000000 1760.000000 320.000000 -1104.000000 1760.000000 -32.000000 -1088.000000 2160.000000 -32.000000 -1088.000000 2160.000000 -32.000000 -1104.000000 1760.000000 -32.000000 -1104.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 1200.000000 320.000000 -1088.000000 1552.000000 320.000000 -1088.000000 1552.000000 320.000000 -1104.000000 1200.000000 320.000000 -1104.000000 1200.000000 -16.000000 -1088.000000 1552.000000 -16.000000 -1088.000000 1552.000000 -16.000000 -1104.000000 1200.000000 -16.000000 -1104.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices -256.000000 0.000000 576.000000 2144.000000 0.000000 576.000000 2144.000000 0.000000 -1392.000000 -256.000000 0.000000 -1392.000000 -256.000000 -16.000000 576.000000 2144.000000 -16.000000 576.000000 2144.000000 -16.000000 -1392.000000 -256.000000 -16.000000 -1392.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 960.000000 64.000000 -672.000000 1200.000000 64.000000 -672.000000 1200.000000 64.000000 -1088.000000 960.000000 64.000000 -1088.000000 960.000000 0.000000 -672.000000 1200.000000 0.000000 -672.000000 1200.000000 0.000000 -1088.000000 960.000000 0.000000 -1088.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 960.000000 256.000000 -288.000000 1200.000000 256.000000 -288.000000 1200.000000 256.000000 -672.000000 960.000000 256.000000 -672.000000 960.000000 0.000000 -288.000000 1200.000000 0.000000 -288.000000 1200.000000 0.000000 -672.000000 960.000000 0.000000 -672.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 736.000000 256.000000 -480.000000 960.000000 256.000000 -480.000000 960.000000 256.000000 -672.000000 736.000000 256.000000 -672.000000 736.000000 0.000000 -480.000000 960.000000 0.000000 -480.000000 960.000000 0.000000 -672.000000 736.000000 0.000000 -672.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 736.000000 0.000000 -480.000000 960.000000 256.000000 -288.000000 960.000000 256.000000 -480.000000 960.000000 0.000000 -288.000000 960.000000 0.000000 -480.000000 736.000000 256.000000 -480.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 3 0 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 2 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 3 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 4 0 5 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 1 5 0 0x00000000 brush vertices 384.000000 128.000000 -768.000000 608.000000 128.000000 -768.000000 608.000000 128.000000 -784.000000 384.000000 0.000000 -1024.000000 384.000000 128.000000 -784.000000 608.000000 0.000000 -1008.000000 608.000000 0.000000 -1024.000000 384.000000 0.000000 -1008.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000 brush vertices 0.000000 160.000000 -720.000000 208.000000 160.000000 -720.000000 208.000000 160.000000 -976.000000 0.000000 160.000000 -976.000000 0.000000 0.000000 -720.000000 208.000000 0.000000 -720.000000 208.000000 0.000000 -976.000000 0.000000 0.000000 -976.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 3 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 6 5 4 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 3 7 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 2 6 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 1 0 4 5 0x00000000 brush vertices 0.000000 288.000000 -960.000000 208.000000 288.000000 -960.000000 208.000000 288.000000 -976.000000 0.000000 160.000000 -976.000000 0.000000 288.000000 -976.000000 208.000000 160.000000 -720.000000 208.000000 160.000000 -976.000000 0.000000 160.000000 -720.000000 faces 0.000000 0.000000 1.000000 1.000000 0.000000 0 1 2 4 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 4 2 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 2 1 5 6 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 0 4 3 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 5 1 0 7 0x00000000 0.000000 0.000000 1.000000 1.000000 0.000000 3 6 5 7 0x00000000 entity type PlayerSpawn Vector3 position 448.000000 0.000000 80.000000 Bool8 teamB 0 entity type CameraPath UInt8 posLerp 2 UInt8 angleLerp 2 entity type Effect Vector3 position 0.000000 256.000000 0.000000 String64 effectName internal/misc/reflectionprobe entity type Target Vector3 position 320.000000 256.000000 320.000000 Vector3 angles -135.000000 30.000000 0.000000 String32 name end entity type PlayerSpawn Vector3 position 416.000000 0.000000 544.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 1488.000000 0.000000 544.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 1504.000000 0.000000 -96.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 1904.000000 0.000000 -592.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 1664.000000 0.000000 -1104.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 1088.000000 64.000000 -880.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 1152.000000 256.000000 -480.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 768.000000 256.000000 -496.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 496.000000 112.000000 -832.000000 Bool8 teamA 0 entity type PlayerSpawn Vector3 position 112.000000 208.000000 -800.000000 Bool8 teamA 0
18b03b99ab2e0d37d9b2ac4b72331e4192fd0e07
449d555969bfd7befe906877abab098c6e63a0e8
/764/CH4/EX4.16.b/solution4_16.sce
8408277ca6b44d032a3ffa7334a2ed27b854f06f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,717
sce
solution4_16.sce
//Obtain path of solution file path = get_absolute_file_path('solution4_16.sce') //Obtain path of data file datapath = path + filesep() + 'data4_16.sci' //Clear all clc //Execute the data file exec(datapath) //Calculate the permissible stresses for lever and pin sigmat (N/mm2) sigmat = Syt/fs //Calculate the yield strength in shear Ssy (N/mm2) Ssy = (50/100)*Syt //Calculate the permissible stress in shear tau (N/mm2) tau = Ssy/fs //Calculate force acting on the lever P (N) P = (F * 1000 * l1)/l2 //Calculate the reaction at the fulcrum R (N) R = sqrt(((F * 1000)^2) + (P^2)) //Calculate the diameter of the fulcrum pin df (mm) df = (R/(p * rf))^(1/2) //Calculate the length of the fulcrum pin lf (mm) lf = df * rf //Calculate the shear stress in pin tau1 (N/mm2) tau1 = R/(2 * (%pi/4) * (df^2)) //Dimensions of the boss //Inner diameter di (mm) di = ceil(df) //Outer diameter d0 (mm) d0 = 2 * di //Length l (mm) l = ceil(lf) //Dimensions of cross-section of lever //Calculate the maximum bending moment Mb (N-mm) Mb = (F * 1000)*l1 //Assume the thickness b to be 1mm b = 1 d = ratio * b //Calculate the value of y (mm) y = d/2 //Calculate second moment of area I (mm4) I = (b * (d^3))/12 //Calculate the true value of b (mm) b = ((Mb * y)/(sigmat * I))^(1/3) //Calculate the width of lever cross-section d (mm) d = ratio * b //Print results printf('\nDiameter of the fulcrum pin(df) = %f mm\n',df) printf('\nLength of the fulcrum pin(lf) = %f mm\n',lf) printf('\nForce to be applied at the long arm end(P) = %f mm\n',P) printf('\nThickness of the cross-section of the lever(b) = %f mm\n',b) printf('\nWidth of the cross-section of the lever(d) = %f mm\n',d)
47322739280e2386e27a75b62fadb3ef50895e97
449d555969bfd7befe906877abab098c6e63a0e8
/1964/CH15/EX15.2/ex15_2.sce
8a7c6d81f1298708f1a727449ba48869ba7c28b1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
463
sce
ex15_2.sce
//Chapter-15, Example 15.2, Page 492 //============================================================================= clc clear //INPUT DATA x1=444;//in octal form x2=237;//in octal form x3=120;//in octal form //CALCULATIONS x1=base2dec(['444','237','120'],8)//converting octal to decimal disp(x1); //=================================END OF PROGRAM=======================================================================================================
f62ed15c6e8b3ccaaa05f0519286e1a51eb0ccfb
449d555969bfd7befe906877abab098c6e63a0e8
/3860/CH2/EX2.5/EX2_5.sce
57add8e50062bb2ecaeb78dbe80e97cd798164fe
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
358
sce
EX2_5.sce
//Example 2.5: Use of Demorgans Theorem.to find complement of a given function. clc; //clears the console clear; //clears all existing variables disp('The given expression is as follows') disp('f = wx''y + xy'' + wxz') disp('f'' = (wx''y + xy'' + wxz)''') disp('f'' = (wx''y)''(xy'')''(wxz)''') disp('f'' = (w''+ x + y'')(x'' + y)(w'' + x''+ z'')')
9bb4ab70b1ea4e5e76991c524971539c70eab72e
449d555969bfd7befe906877abab098c6e63a0e8
/215/CH14/EX14.6/ex14_6.sce
9155f12f1b5c9eec01f1c519f2ef9fbb9c8877e6
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
207
sce
ex14_6.sce
clc //Example 14.6 //Install Symbolic toolbox //Find the Inverse Laplace transform syms s s=%s; V =2/(s^3+12*s^2+36*s); Vp=pfss (V) v1=ilaplace (Vp(1)) v2=ilaplace (Vp(2)) v=v1+v2 disp(v,'v(t)=');
e315d1cbfbcf5cf191df7a80c725e6ae7cb32901
584105ff5b87869494a42f632079668e4c3f82de
/Help-files/composeRT.sci~
3ad688a8f0a0685aec21801d181ade519068f8f2
[]
no_license
kevgeo/FOSSEE-Computer-Vision
0ceb1aafb800580498ea7d79982003714d88fb48
9ca5ceae56d11d81a178a9dafddc809238e412ba
refs/heads/master
2021-01-17T21:11:31.309967
2016-08-01T14:45:40
2016-08-01T14:45:40
63,127,286
6
0
null
null
null
null
UTF-8
Scilab
false
false
900
composeRT.sci~
// Combines two rotation and shift(translation) transformations // // Calling Sequence // [RotVec3 TransVec3] = composeRT(RotVec1,TransVec1,RotVec2,TransVec2); // // Parameters // RotVec1 : first rotation vector // TransVec1: first translation vector // RotVec2 : second rotation vector // TransVec2 : second translation vector // RotVec3 : rotation vector output // TransVec3 : translation vector output // // Description // The function combines two rotation and translation vectors to give a new rotation and translation vector as output. // // Examples // First Rotation Vector // RotVec1 = [2.3 // 4.5 // 7.8]; // First Traslation Vector // TransVec1 = [4 // 2 // 3]; // Second Rotation vector // RotVec2 = [ 2.1 // 4 // 5]; // Second translation vector // TransVec2 = [2 // 3 // 1]; // [RotVec3 TransVec3] = composeRT(RotVec1,TransVec1,RotVec2,TransVec2); // // Author // Kevin George //
012da2ece01e7d480e0a6f3211e0092ad8fdc7c5
449d555969bfd7befe906877abab098c6e63a0e8
/620/CH26/EX26.8/example26_8.sce
43ed4c2b088611405259630d11bbe2f1f772c91e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
336
sce
example26_8.sce
r=300; x_l=400; v=120; f=60; disp("Part a"); p=v^2/r; disp("the true power (in W) is"); disp(p); disp("Part b"); q=v^2/x_l; disp("the reactive power (in VAr) is"); disp(q); disp("Part c"); s=sqrt(p^2+q^2); disp("the apparent power (in VA) is"); disp(s); i=s/v; disp("the current drawn (in A) from the supply is"); disp(i);
6a4a511d876aec0bcd588fbeffd9d57de9a0a813
449d555969bfd7befe906877abab098c6e63a0e8
/2672/CH3/EX3.16/Ex3_16.sce
19cbe074721b88d3dd93df7252cee27e070f0d0c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
498
sce
Ex3_16.sce
//Example 3_16 clc; clear; close; format('v',5); //given data : //v=325*sin(314*t) //i=14.14*sin(314*t-60) Vm=325;//V omega=314;//rad/s V=Vm/sqrt(2);//V f=omega/2/%pi;//Hz Im=14.14;//A I=Im/sqrt(2);//A fi=60;//degree pf=cosd(fi);//power factor P=V*I*cosd(fi);//W disp(P,"Powe Consumed(W)"); Z=V/(I*expm(%i*-fi*%pi/180));//ohm R=real(Z);//ohm disp(R,"Value of R(ohm)"); XL=imag(Z);//ohm L=XL/2/%pi/f*1000;//mH disp(L,"Value of L(mH)"); //Answer is not accurate in the book.
8921cdea987af586583d91477953389841af270c
449d555969bfd7befe906877abab098c6e63a0e8
/1427/CH1/EX1.1/1_1.sce
62d60c10d45ad715c9232bffe084df3e9a7cec4e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
582
sce
1_1.sce
//ques-1.1 //Calculating grams of Ferrous Sulphate required per litre clc hard=210.5;//hardness given (in ppm) m1=56;//Molar mass of Fe (in g) m2=32;//Molar mass of S (in g) m3=16;//Molar mass of O (in g) m4=40;//Molar mass of Ca (in g) m5=12;//Molar mass of C (in g) M1=m1+m2+4*m3;//Molar mass of Ferrous sulphate (in g) M2=m4+m5+3*m3;//Molar mass of Calcium carbonate (in g) //M2 ppm of hardness = M1 ppm of Ferrous sulphate amount=(M1/M2)*hard;//amount of Ferrous sulphate required (in ppm) printf("The amount of Ferrous sulphate required is %.5f g.",amount/1000);
8c0a571e6a0278c2a3d0722a08704a2961fdc699
449d555969bfd7befe906877abab098c6e63a0e8
/752/CH6/EX6.6.2/6_6_2.sce
3bc7727f281cbd41caa39e49b66c039b0c38e059
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
792
sce
6_6_2.sce
clc; // page no 212 // prob no 6.6.2 //Voltage controlled Clapp oscillator // Capacitor is in pF and inductor in uH C1=300; C2=300; Cc=20; L=100; // A) With zero applied bias,the total tuning capacitor is Vd1=0;a=0.5;Co=20; Cd1=Co/(1-(Vd1/0.5))^a; Cs1=1/((1/C1)+(1/C2)+(1/Cc)+(1/Cd1)); disp('pF',Cs1, +'1.The total tuning capacitor is'); // The frequency of oscillation is f=1/(2*%pi*sqrt(L*10^-6*Cs1*10^-12)); disp('Hz',f,'2.The frequency of oscillation is'); // B) With a reverse bias of -7 v, the tuning capacitance becomes Vd2=-7; Cd2=Co/(1-(Vd2/0.5))^a; Cs2=1/((1/C1)+(1/C2)+(1/Cc)+(1/Cd2)); disp('pF',Cs2, +'3.The total tuning capacitor is'); // The frequency of oscillation is f=1/(2*%pi*sqrt(L*10^-6*Cs2*10^-12)); disp('Hz',f,'4.The frequency of oscillation is');
2b19828c99783f51fbf2420f8d9a8873f0e0725c
449d555969bfd7befe906877abab098c6e63a0e8
/632/CH9/EX9.16/example9_16.sce
8a8b3fe4fe38e634b2b8f2bb6bd507248e66f1be
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,041
sce
example9_16.sce
//clc() F = 5000;//kg/h P1 = 50;//% (H2O4 in) MH2SO4 = 98.016; P1gas = 65;//(nitrogen in gas entering) P2gas = 35;// ( SO3) MN2 = 28; MSO3 = 80; Mavg = ( MN2 * P1gas + MSO3 * P2gas)/100;//avg molecular wt. of entering gas G = 4500;//kg/h Ng = G / Mavg; NN2 = Ng * P1gas / 100; NSO3 = Ng - NN2; P2 = 75;//% (H2O4 out) //W be the mass of 75% H2SO4, x and y be the moles of SO3 and water vapour leaving resp., Pwater = 25;//kPa Ptotal = 101.3;//kPa //Pwater / Ptotal = y / ( NN2 + x + y ) //we get, y = 0.32765 * x + 2.744 (1) //Total balance Feed + G = W + (NN2 * 28 + x * 80 + y * 18.016) //we get, W + 80*x + 18.016*y = 7727.32 (2) //from 1 and 2, 84.9174*x + W = 7352.68 (3) //SO3 balance, So3 eneterin with 50% H2SO4 + SO3 in feed gas = SO leaving with 75%H2SO4 + SO3 leaving in exit gas //5000*0.5*80/98.016 + 34.09*80 = 80* x + 0.75*W * 80/98.016 (4) // from 3 and 4, x = 9.74; Nabsorbed = NSO3 - x; Pabsorbed = Nabsorbed * 100 / NSO3; disp("%",Pabsorbed,"Percentage of SO3 absorbed = ")
5a3d422df248a5072e3ed1ac49f327cada83489e
449d555969bfd7befe906877abab098c6e63a0e8
/1364/CH6/EX6.1.2/6_1_2.sce
a413ccc93fb1bb430d9968761fae106734aee91a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
157
sce
6_1_2.sce
clc //initialisation of variables m= 5 //lb a= 200 //cm/sec^2 //CALCULATIONS F= m*a/(32.2*30.5) //RESULTS printf (' Force on the body = %.2f lbf',F)
cb2c172485ca58b6e8436580b8eea8ca3fe24bdd
449d555969bfd7befe906877abab098c6e63a0e8
/1664/CH2/EX2.9/Ex2_9.sce
63c45348e58cd80f9fea524b439e9ca10403a46e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
250
sce
Ex2_9.sce
//Example No.2.9. // Page No.62. clc;clear; P = 1*10^(-3);//Output power -[W]. D = 1*10^(-6);//Diameter -[m]. r = 0.5*10^(-6);//Radius -[m] I = (P/(%pi*r^(2)));// Intensity of laser. printf("\nThe intensity of the laser is %3.3e W/m^2",I);
bdeb7a051d4b24ecf69b5b76e86f2d3a63345187
449d555969bfd7befe906877abab098c6e63a0e8
/3769/CH19/EX19.3/Ex19_3.sce
7cf6928a63178c674c9c75652446da3cd59ea309
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
175
sce
Ex19_3.sce
clear //Given u=-25.0 //cm v=-50.0 //cm //Calculation f=1/((1/v)-1/u) //Result printf("\n Focal length is %0.3f cm", f)
db9c7cd60582f0f3801016ac381fe9b2331c423c
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.5/tests/examples/fit_dat.man.tst
cd03e92b6b738c1de32555f3b80beba7d36353e7
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
576
tst
fit_dat.man.tst
clear;lines(0); deff('y=FF(x)','y=a*(x-b)+c*x.*x') X=[];Y=[]; a=34;b=12;c=14;for x=0:.1:3, Y=[Y,FF(x)+100*(rand()-.5)];X=[X,x];end Z=[Y;X]; deff('e=G(p,z)','a=p(1),b=p(2),c=p(3),y=z(1),x=z(2),e=y-FF(x)') [p,err]=fit_dat(G,[3;5;10],Z) xset('window',0) xbasc(); plot2d(X',Y',-1) plot2d(X',FF(X)',5,'002') a=p(1),b=p(2),c=p(3);plot2d(X',FF(X)',12,'002') a=34;b=12;c=14; deff('s=DG(p,z)','y=z(1),x=z(2),s=-[x-p(2),-p(1),x*x]') [p,err]=fit_dat(G,[3;5;10],Z,DG) xset('window',1) xbasc(); plot2d(X',Y',-1) plot2d(X',FF(X)',5,'002') a=p(1),b=p(2),c=p(3);plot2d(X',FF(X)',12,'002')
b57af78bfeaee06730b284e714141339a0660c26
28a8d47c4d79b231f8bebc28925792a290f67e9f
/bk/others/create_scheme/default_layout.tst
0aefa016b6b78e4ae9d96a27b48c8758a6d05e7c
[]
no_license
ZVlad1980/doo
a1fe7d18ccfd0acf6ced7dbb33927c86a925aae8
e81be8f524b78b9a6ec06b7f83a8c13354fc6412
refs/heads/master
2021-08-17T02:03:54.553822
2017-11-20T17:21:03
2017-11-20T17:21:03
111,440,129
0
0
null
null
null
null
UTF-8
Scilab
false
false
6,704
tst
default_layout.tst
PL/SQL Developer Test script 3.0 186 declare -- --service_name varchar2(30) := 'test'; o xxdoo.xxdoo_html := xxdoo.xxdoo_html(p_appl_name => 'others', p_src_owner => 'xxdoo', p_src_object => 'xxdoo_bk_book_typ', p_appl_code => 'xxdoo_bk'); -- h xxdoo.xxdoo_html := xxdoo.xxdoo_html(); b xxdoo.xxdoo_html := xxdoo.xxdoo_html(); t xxdoo.xxdoo_html := xxdoo.xxdoo_html(); -- l_result varchar2(400); begin -- h := h.h('head', h.h('meta',h.attr('apple-mobile-web-app-capable','yes')). h('meta',h.attr('apple-mobile-web-app-status-bar-style','black')). h('meta',h.attr('viewport','width=device-width, initial-scale=1.0, user-scalable=no')). h('meta',h.attrs(http_equiv => 'X-UA-Compatible', content => 'IE=edge,chrome=1', charset => 'utf-8')). h('title',h.G('title')). h('link',h.attrs(href => 'css/noodoo-ui.css?', rel => 'stylesheet')). h('link',h.attrs(href => h.G('name'), rel => 'stylesheet')). h('link',h.attrs(href => 'images/ipad_icon.png', rel => 'apple-touch-icon')) ); --h('div#toolbar.buttons', G('buttons')) t := t.h('div#toolbar.buttons', t.G('buttons')); -- b := b.h('body',b.attr('data-book',b.G('name')), b.h('header.header', b.h(t). h('div.search', b.h('input', b.attrs(type => 'text', name => 'query', value => b.G('search'))) )--. --h('ul#folders.filter', folders) ). h('div.sidebar', b.h('ol#entries.list', b.attr('tabindex','0'). attr('data-behavior', 'list'). attr('data-asset', b.G('contentId')) ) ). h('div#content.content'). h('script',b.attr('src',b.G('get_js_link'))) ); -- o := o.h('html', o.h(h). h(b) ); -- o.prepare; o.application.package.method_html := 'layout'; o.create_fn_html; -- --l_result := o.create_pkg; dbms_output.put_line(o.application.package.methods(1).get_method_spc); dbms_output.put_line(o.application.package.methods(1).get_method); return; /* h.body({ 'data-book': G('book.name') }, h('header.header', toolbar, h('div.search', h.input({ type: 'text', name: 'query', placeholder: t('Type to search...') })), h('ul#folders.filter', folders) ), h('div.sidebar', h('ol#entries.list', { 'tabindex': 0, 'data-behavior': 'list', 'data-asset': G('contentId') }) ), h('div#content.content'), h.script({ src: 'noodoo.js?' + new Date().getTime() }) */ o := o.h('form#content', o.h('div.form')); o.prepare; o.application.package.method_html := xxdoo_html_utils_pkg.g_fn_html; o.create_fn_html; l_result := o.create_pkg; --dbms_output.put_line(); --o.prepare; --o.application.save; return; -- /* -- xxdoo.XXSL_DC_PKG h := h.h('head', h.h('meta',h.attrs(http_equiv => 'Content-Type', content => 'text/html', charset => 'ISO-8859-1')). h('title',h.G('title')). h('style',h.attrs(type => 'text/css'), h.G('style')). h('script',h.attrs(type => 'text/javascript'), h.G('script')) -- ); -- f := f.h('form#content', f.h('div.form', f.h('table.params', f.h('tr.pst', f.h('td', f.text('Deal number:'). h('input', h.attrs(type => 'text', name => 'deal', value => h.G('deal'))) ). h('td', f.text('Shipment number:'). h('input', h.attrs(type => 'text', name => 'shipment', value => h.G('shipment'))) ). h('td', f.text('Operation id:'). h('input', h.attrs(type => 'text', name => 'operation_id', value => h.G('operation_id'))) ). h('td', f.h('button', h.attrs(data_action => f.callbacks('find')),'SUBMIT') ) ) ) ) ); -- t := t.h('table.deals', t.h('tr', t.h('th','Deals'). h('th','Shipments'). h('th','Operations'). h('th','Company'). h('th','Event'). h('th','Created At'). h('th','Status'). h('th','Messages'). h('th','Controls') ). each('lines', t.h('tr', t.h('td',t.attrs(class => h.G('class_deal'),rowspan => h.G('deal_cnt')),h.G('deal_number')). h('td',t.attrs(class => h.G('class_shipment'),rowspan => h.G('shipment_cnt')),h.G('shipment_num')). h('td',t.attrs(class => h.G('class_operation'), rowspan => h.G('operation_cnt')),h.G('operation_id')). h('td',h.G('company_code')). h('td',h.G('event_name')). h('td',h.G('creation_date')). h('td',t.attrs(class => 'status_class'),h.G('status_as_string')). h('td',t.text(chr(38)||'nbsp;'). h('a',t.attrs(onclick => h.G('onclick_in_xml'),href => '""'),'In XML'). text(chr(38)||'nbsp;'). h('a',t.attrs(onclick => h.G('onclick_out_xml'),href => '""'),'Out XML') ). h('td', t.h('button',t.attrs(class => h.G('redo_class'), onclick => h.G('onclick_invoke')),'Redo') --is_hide_redo ) ) ) ); -- b := b.h('body',o.attrs(data_book => service_name), b.h('div.body', b.h('h1#banner', b.G('title')). h('div.bd', b.h(f). h(t) ) ) ); -- -- o := o.h('html', o.h(h). h(b) ); -- l_result := o.create_appl; --l_result := o.create_pkg; --o.compile; --l_result := o.create_appl; dbms_output.put_line(l_result); o.application.save; --o.application.save; --*/ end; 0 3 m m l_member.data_type
723b97346e926317d39457f85272de278bcbaf7e
8217f7986187902617ad1bf89cb789618a90dd0a
/source/1.1/macros/robust/fourplan.sci
99bbdd4a6a17283164c0cfb8d022a87862c4915d
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-unknown-license-reference" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
324
sci
fourplan.sci
function [P11,P12,P21,P22]=fourplan(P,r) //returns the four plants associated with the augmented plant P. // r is the size of P22 and P=[P11,P12;P21,P22]. [A,B1,B2,C1,C2,D11,D12,D21,D22]=smga(P,r); dom=p(7); P11=syslin(dom,A,B1,C1,D11); P12=syslin(dom,A,B2,C1,D12); P21=syslin(dom,A,B1,C2,D21); P22=syslin(dom,A,B2,C2,D22);
b97fa79d12280c8e68a4f6511a85993a98b2d6c4
449d555969bfd7befe906877abab098c6e63a0e8
/317/CH22/EX22.5/example5.sce
b51ba4b3ce86f3bedcc978ad328c61e8e8d3ade5
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
844
sce
example5.sce
// find duty cycle of output waveform // Electronic Principles // By Albert Malvino , David Bates // Seventh Edition // The McGraw-Hill Companies // Example 22-5, page 855 clear;clc; close; // Given data Vp=10;// peak voltage in volts Vcc=15;// in volts from the figure C=10*10^-6;// capacitance in faraday R1=200*10^3;// resistance in ohms R2=100*10^3;// resistance in ohms // Calculations // input is a sine wave it is 10sin(angle) Vref=(R2/(R1+R2))*Vcc;// reference voltage in volts // output is a rectangular waveform whose trip point is 5 Volts angle1=asin(Vref/Vp)*180/%pi;// angle where switching occurs angle2=180-angle1;// other angle where switching occurs angle=angle2-angle1;// conduction angle in degrees D=angle*100/360;// duty cycle in % disp("%",D,"duty cycle=") // Result // duty cycle is 33.3 %
0ca9bcf8b5bfcafe319e53c57458c8378ebc82ff
449d555969bfd7befe906877abab098c6e63a0e8
/1970/CH4/EX4.12/Ch04Exa12.sce
9ccd33476b6df398a83c51e42743ae1ce08e2969
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
832
sce
Ch04Exa12.sce
// Scilab code Exa4.12 : : Page 181 (2011) // Defining an array clc; clear; n = cell (1,6); // Declare the cell matrix of 1X6 n(1,1).entries = 10000; n(2,1).entries = 10200; n(3,1).entries = 10400; n(4,1).entries = 10600; n(5,1).entries = 10800; n(6,1).entries = 11000; g = 0; // k = 6; H = 0; for i = 1:k; g = g + n(i,1).entries end; N = g/k; // Mean of the count D = sqrt(N); for i = 1:k; H = H+((n(i,1).entries-N)*(n(i,1).entries-N)) end; S_D = round(sqrt(H/(k-1))); printf("\nStandard deviation of the reading : %d", S_D); delta_N = sqrt(N); if (S_D > delta_N) then printf("\nThe foil cannot be considered uniform..!"); else printf("\nThe foil can be considered uniform."); end // Result // Standard deviation of the reading : 374 // The foil cannot be considered uniform..!
66916fd95ce45271a6cb26cf96e888215e4cb5ee
4533c11d75f955d8350d45606af92ca064d2e319
/differentialEvolution/scilab-scripts/EstimationMultiParetoAFDCa,p+Kir+K+Lparallele.sce
385a085061cc963ce533a12fbfd5801164ce7da3
[]
no_license
lois76/ParamEstimationDE
0066c5a18042637b97bf989e77f2ce04ba283b12
ab3911174450a4ec9976a108885cf8e7afc62b3d
refs/heads/master
2022-05-21T04:49:51.662762
2022-03-21T13:15:38
2022-03-21T13:15:38
167,556,538
0
1
null
null
null
null
UTF-8
Scilab
false
false
5,247
sce
EstimationMultiParetoAFDCa,p+Kir+K+Lparallele.sce
////////////////////////////////////////////////////////// /////////////// Experimental data /////////////// ////////////////////////////////////////////////////////// a = read("/home/naudin/Documents/Fig1A_AFDCurrentClampTrace.txt",-1,12); //a = read("/scilab-scripts/Fig 1A_AFD Current-Clamp Trace.txt",-1,12); A=a(2489:14988,2:$)*1000; t=linspace(0,50,12500); t0=0; stim=[-15:5:35]; //Steady-state current vecV=[-110:10:50] Inf=[-68.6 -49.5 -18.2 -5.06 2.19 3.37 2.52 2.68 5.97 14.6 33.4 60.2 85 114 152 208 254] ////////////////////////////////////////////////// /////////////// Cost function ////////////// ////////////////////////////////////////////////// //Boltzmann function function y=xinf(VH,V12,k) y=1 ./(1+exp((V12-VH) ./k)); endfunction //Ca,p+Kir+K,t+L-model function [Hdot]=HH(t,x,pa) Hdot=zeros(4,1); Hdot(1)=(1/pa(22))*(-pa(1)*x(2)*(x(1)-pa(5)) - pa(2)*xinf(x(1),pa(9),pa(13))*(x(1)-pa(6)) - pa(3)*x(3)*x(4)*(x(1)-pa(6)) - pa(4)*(x(1)-pa(7)) + I) Hdot(2)=(xinf(x(1),pa(8),pa(12))-x(2))/pa(16) Hdot(3)=(xinf(x(1),pa(10),pa(14))-x(3))/pa(17) Hdot(4)=(xinf(x(1),pa(11),pa(15))-x(4))/pa(18) endfunction //Cost function voltage function y=fct11(pa) c=0; condini = [-78; pa(19); pa(20); pa(21)] for i=1:11 I=stim(i); x=ode(condini,t0,t,HH); V=x(1,:); for k=1:length(t) c=c+(V(k)-A(k,i))*(V(k)-A(k,i)) end end y=c/length(t); endfunction //Cost function steady-state current function y=W(pa) e=0; for i=1:length(vecV) e=e+(Inf(i)-(pa(1).*xinf(vecV(i),pa(8),pa(12)).*(vecV(i)-pa(5)) + pa(2).*xinf(vecV(i),pa(9),pa(13)).*(vecV(i)-pa(6)) + pa(3).*xinf(vecV(i),pa(10),pa(14)).*xinf(vecV(i),pa(11),pa(15)).*(vecV(i)-pa(6)) + pa(4).*(vecV(i)-pa(7))))^2 end y=e/length(vecV) endfunction ////////////////////////////////////////////// ///////// Parameter estimation ///////// ////////////////////////////////////////////// function [val, popFinal]=simulation(NP,itermax,F,CR) D=22; pop=zeros(D,NP); /////////////////////////////////////////////////////// //// Vecteurs de contraintes borne minimum/maximum //// /////////////////////////////////////////////////////// Xmin=[0.1 0.1 0.1 0.1 20 -100 -90 -90 -90 -90 -90 1 -30 1 -30 0.0001 0.0001 0.0001 0.001 0.001 0.001 0.001]; Xmax=[50 50 50 50 150 -2 30 -2 -2 -2 -2 30 -1 30 -1 15 15 15 0.999 0.999 0.999 10]; //////////////////////////////////// //// Population initialization //// //////////////////////////////////// for j=1:NP for i=1:D pop(i,j)=Xmin(i)+(Xmax(i)-Xmin(i))*rand(); end end /////////////////////////////////////// //// Initial population evaluation //// /////////////////////////////////////// val=zeros(NP,2); // tableau avec le coût de chacun des individus. 1ère colonne = cout voltage. 2ème colonne = cout SS. for j=1:NP val(j,1)=fct11(pop(:,j)) val(j,2)=W(pop(:,j)) end disp(val); //////////////////////// //// Étape suivante //// //////////////////////// iter=1; // nombre d'itération U=zeros(D,NP); // Vecteur intermédiaire perturbé (mutation + crossover) tempval=0; while iter<itermax for j=1:NP // ======= Construction de la matrice U = variation différentielle + crossover ======= // ========= Tirage aléatoire de 3 entiers distincts r1, r2 et r3 et différents de j ======== r1=j; r2=j; r3=j; while (r1==r2 | r1==r3 | r2==r3 | r1==j | r2==j | r3==j) r1=floor(1+NP*rand()); r2=floor(1+NP*rand()); r3=floor(1+NP*rand()); end // ======== Variation différentielle ======= V=pop(:,r1) + F*(pop(:,r2)-pop(:,r3)); // ======== Contraintes ======== for i=1:length(Xmin) if V(i)<=Xmin(i) then V(i)=Xmin(i); elseif V(i)>Xmax(i) then V(i)=Xmax(i); end end // ======== Crossover ======== for i=1:D if rand()<CR then U(i,j)=V(i); else U(i,j)=pop(i,j); end end end // fin for j=1:NP // ======== Sélection ======== for j=1:NP tempvalSS = W(U(:,j)); if tempvalSS<=val(j,2) then tempvalVol = fct11(U(:,j)); if tempvalVol<val(j,1) then pop(:,j) = U(:,j); val(j,1) = tempvalVol; val(j,2) = tempvalSS; end end end disp(iter) iter = iter + 1; end //fin de la boucle while // Détermination de l'indice du meilleur individu // bestIndex=1; // for b=2:NP // if val(b)<val(bestIndex) then bestIndex=b; end // end // valBest=val(bestIndex); // Sauvegarde du meilleur individu // bM = []; // bM = pop(:,bestIndex); popFinal=pop; disp(val); endfunction [val, popFinal]=simulation(8,5,0.5,0.3)
e6ca350ba59b760aa52c567417ec8ba40ae7bf90
449d555969bfd7befe906877abab098c6e63a0e8
/2882/CH11/EX11.5/Ex11_5.sce
8c1064ad55c61789a409f66eaaa42c5af28ee6bf
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
535
sce
Ex11_5.sce
//Tested on Windows 7 Ultimate 32-bit //Chapter 11 Oscillators and Multivibrators Pg no. 361 clear; clc; //Given R=4.7D3;//R1,R2,R3 resistances in RC filter circuit in ohms C=4.7D-9;//C1,C2,C3 resistances in RC filter circuit in farads A=29;//voltage gain of RC phase shift oscillator //Solution f0=1/(2*%pi*R*C*sqrt(6));//frequency of oscillation in hertz printf("Frequency of oscillation f0 = %.2f kHz\n ",f0/10^3); Rf=A*R;//feedback resistance in ohms printf("Feedback resistance Rf = %.1f kilo-ohms",Rf/10^3);
20bd7675d8c2277a8ae6ddb0695a4fddb56675ad
449d555969bfd7befe906877abab098c6e63a0e8
/2006/CH6/EX6.19/ex6_19.sce
3b9ef2d19871e2937bf18d6ad97c03c6887fde68
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,231
sce
ex6_19.sce
clc; p1=12.5; // Pressure of steam at inlet in MPa T1=500; // Temperature of steam at inlet in degree celcius V1=50; // Velocity of steam at inlet in m/s p2=10; // Pressure of steam at outlet in kPa V2=100; // Velocity of steam at outlet in m/s // (a).Actual expansion x2=0.85; // Quality of steam // From steam table h1=3341.8; hf2=191.83; hg2=2584.7; // specific enthalpy in kJ/kg s1=6.4618; sf2=0.6493; sfg2=7.5009; // specific entropy in kJ/kg K h2a=(1-x2)*hf2+x2*hg2; // specific enthalpy in kJ/kg wa=(h1-h2a)+((V1^2-V2^2)/2000); // Actual work output disp ("kJ",wa,"(a).Actual work output of turbine = "); // (b).Reversible adiabatic expansion x2s=(s1-sf2)/sfg2; // Quality of steam after reversible adiabatic expansion h2s=(1-x2s)*hf2+x2s*hg2; // specific enthalpy in kJ/kg ws=(h1-h2s)+((V1^2-V2^2)/2000); // Reversible adiabatic work output L=ws-wa; // Lost of work disp ("kJ/kg",L,"Lost of work due to irreversibity of expansion process =","kJ/kg",ws,"Reversible adiabatic work output = ","(b).Reversible adiabatic expansion"); // (c).Entropy Generation s2a=sf2+x2*sfg2; // actual specific entropy in kJ/kg K Sgen=s2a-s1; // Entropy generation disp ("kJ/kg K",Sgen,"(c).Entropy Generation =");
ebbdec7424ffb640507adb3951970323cd631d48
449d555969bfd7befe906877abab098c6e63a0e8
/3523/CH12/EX12.17.9/Ex12_9.sce
9dc85908f7dbc44212d34e18af2bbcb9ff3362ff
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
329
sce
Ex12_9.sce
//Example 9// Ch 12 clc; clear; close; // given data V = -18.2;//in kV V1 = 45.2;//in kV V2 = 23;//in kV E1max = 2.28*(V-V1);//max stress in layers E2max = 2.12*(V1-V2);//max stress in layers E3max = 2.06*V2;//max stress in layers // as E1max=E2max=E3max=Emax Emax = 2.06*V2; printf("max stress is %f kV",Emax)
571f3adafc3ffbc942ba75421bc45f64acfd6091
8af93c9baa863fc851f1cef5b756230e59303aec
/Ex_9_8.sce
92c91c132a5281925cee1a62f5b444384d9d91a5
[ "MIT" ]
permissive
nikita9604/Page-Replacement-Algorithms
9ad7e95de7cfbcdf4876d89516dcdab47d1c0a35
eff739b749ddcdac9dd8181d96861f196beac3d4
refs/heads/main
2023-01-19T00:48:05.525482
2020-12-01T08:25:45
2020-12-01T08:25:45
317,469,859
1
1
null
null
null
null
UTF-8
Scilab
false
false
546
sce
Ex_9_8.sce
//This Source file is written by Nikita Rath (18BLC1131) clear; exec("F:\APP MAIN\Scilab\Ex_9_8_lru.sci") exec("F:\APP MAIN\Scilab\Ex_9_8_fifo.sci") exec("F:\APP MAIN\Scilab\Ex_9_8_optimal.sci") clc; //MAIN: (Given Conditions) printf("\n Given Page Reference String :\n \t") n = 20 a = [1 2 3 4 2 1 5 6 2 1 2 3 7 6 3 2 1 2 3 6] for i = 1:n printf("%d ",a(i)) end printf("\n\n 1) LRU replacement :\n\n") lru(a,n) printf("\n 2) FIFO replacement :\n\n") fifo(a,n) printf("\n 3) Optimal replacement :\n\n") op(a,n)
17e1fa77b4e0d967c91cb802e6a68a07ce543252
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.5/Unix-Windows/scilab-2.5/tests/examples/kernel.man.tst
5f296335058ba9bcd5278cdbe34111073728e17a
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
83
tst
kernel.man.tst
clear;lines(0); A=rand(3,1)*rand(1,3); A*kernel(A) A=sparse(A); clean(A*kernel(A))
6bf1ace3d7e3dee5c2bc029f08569f4bb9106ca8
449d555969bfd7befe906877abab098c6e63a0e8
/3864/CH4/EX4.13/Ex4_13.sce
39953ccc4f69fc8dd6bef3a507a869bfbeb51f4c
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
753
sce
Ex4_13.sce
clear // //Initilization of Variables //Timber size b=150 //mm //Width d=300 //mm //Depth t=6 //mm //Thickness of steel plate l=6 //m //Span //E_s*E_t**-1=20 //m=E_s*E_t**-1 m=20 sigma_timber=8 //N/mm**2 //Stress in timber sigma_steel=150 //N/mm**2 //Stress in steel plate //Let m*t=Y Y=m*t //mm L=(2*t+b)*m //mm //Width of flitched beam //Calculations //Due to synnetry cenroid,the neutral axis is half the depth I=(1*12**-1*L*t**3+L*t*(b+t*2**-1)**2)*2+1*12**-1*(Y+b+Y)*d**3 //mm**4 y_max1=150 //mm //For timber y_max2=156 //mm //For steel //stress in steel f_t1=1*m**-1*sigma_steel //N/mm**2 //Moment of resistance M=f_t1*(I*y_max2**-1) //load w=8*M*(l**2)**-1*10**-6 //KN/m //Result printf("\n Load beam can carry is %0.2f KN/m",w)
3c07eca72668c278fde71e6d8ef98a2f0026d75d
449d555969bfd7befe906877abab098c6e63a0e8
/2342/CH6/EX6.9/EX6_9.sce
fb44d26bf580fa1caccb3f028307834a03a3ffe3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
700
sce
EX6_9.sce
// Exa 6.9 format('v',6) clc; clear; close; // Given data Beta= 75; V_CC= 20;// in V V_BE= 0;// in V R_B= 200*10^3;// in Ω R_C= 800;// in Ω // Applying KVL for input side, V_CC= I_B*R_B+V_BE or I_B= (V_CC-V_BE)/R_B;// in A I_B=I_B*10^6;// in µA disp(I_B,"The base current in µA is : ") I_B=I_B*10^-6;// in A // The collector current, I_C= Beta*I_B;// in A I_C=I_C*10^3;// in mA disp(I_C,"The collector current in mA is : ") I_C=I_C*10^-3;// in A // Applying KVL to output side, the collector to emitter voltage V_CE= V_CC-I_C*R_C;// in V disp(V_CE,"The collector to emitter voltage in V is : ") // The stability factor, S= 1+Beta; disp(S,"The stability factor is : ")
8a38daafff40ad1f13519bcf20d27e6c3694e8e0
449d555969bfd7befe906877abab098c6e63a0e8
/1026/CH9/EX9.4/Example9_4.sce
03f3ba71fece265c869e0fb47fe6605ef5db0709
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
220
sce
Example9_4.sce
//chapter9,Example9_4,pg 238 d=2.81*10^-10 theta=14*(%pi/180)//glancing angle lam=2*d*sin(theta)//min. wavelength e=1.6*10^-19 V=9100 c=3*10^8 h=(lam*e*V)/c printf("plancks constant\n") disp(h)
cd40d3bcf879695226b22afb7bdeaec39757e9ca
449d555969bfd7befe906877abab098c6e63a0e8
/1322/CH2/EX2.7/25ex1.sce
e66270cced50f3932c3d09fa9550eb7fbf6e06c4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
135
sce
25ex1.sce
//x/3 + x/5 clear; clc; close; x=poly(0,'x'); p1=x/3; p2=x/5; p=p1+p2; q=8*x/15; if(p==q) mprintf("val=8*x/15 \n") end
779cd719c0d55ee33992fa81c4b3042e881d4e0b
449d555969bfd7befe906877abab098c6e63a0e8
/3718/CH13/EX13.6/Ex13_6.sce
4ad9922fd19ec78757d567aa5313147fa0a68d05
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
634
sce
Ex13_6.sce
//Chapter 13: Fuel and Combustions //Problem: 6 clc; //Declaration of Variables w1 = 2.5 // g w2 = 2.415 // g r = 1.528 // g ma = 0.245 // Mass of ash, g // Solution m = w1 - w2 // Mass of moisture in coal mv = w2 - r // Mass of volatile matter moip = m * 100 / w1 vp = mv * 100 / w1 ap = ma * 100 / w1 cp = 100 - (moip + vp + ap) mprintf("Percentage of moisture:%.1f percentage\n", moip) mprintf(" Percentage of volatile matter:%.2f percentage\n", vp) mprintf(" Percentage of ash:%.1f percentage\n", ap) mprintf(" Percentage of fixed carbon:%.2f percentage", cp)
5df289293f332810dee5c2ffb47a8ee3a69faf1f
449d555969bfd7befe906877abab098c6e63a0e8
/3751/CH5/EX5.13/Ex5_13.sce
22579ec2c4b1f17b3c06a18f15907757830f0661
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
895
sce
Ex5_13.sce
//Fluid Systems- By Shiv Kumar //Chapter 5- Francis Turbine //Example 5.13 //To Determine the Blade Angle at Entry and Exit. clc clear //Given Data:- R=0.6; //Degree ui=15; //Peripheral velocity of Runner at entry, m/s Vfo=3.2; //m/s Vfi=Vfo; Vo=Vfo; //As the Diameter of rotor at entry is Twice that at exit, Do_by_Di=2; //Computations:- Vwi=(1-R)*2*ui; //m/s beta_i=180-atand(Vfi/(ui-Vwi)); //degrees uo=ui/Do_by_Di; //Velocity of Runner at Outlet, m/s beta_o=atand(Vfo/uo); //degrees //Results:- printf("The Blade Angle at Entry, beta_i=%.2f Degrees\n",beta_i) //The Answer Vary due to Round off Error printf("The Blade angle at Exit, beta_o=%.3f Degrees \n",beta_o)
cb8313f829bd9f376e6bcb99f77a6eee24d341fd
089894a36ef33cb3d0f697541716c9b6cd8dcc43
/NLP_Project/test/tweet/bow/bow.11_2.tst
f8c886454007e58e2d4da1c20dcc1162659c7e03
[]
no_license
mandar15/NLP_Project
3142cda82d49ba0ea30b580c46bdd0e0348fe3ec
1dcb70a199a0f7ab8c72825bfd5b8146e75b7ec2
refs/heads/master
2020-05-20T13:36:05.842840
2013-07-31T06:53:59
2013-07-31T06:53:59
6,534,406
0
1
null
null
null
null
UTF-8
Scilab
false
false
36,710
tst
bow.11_2.tst
11 10:0.5 11:0.16666666666666666 14:0.25 19:2.0 29:1.0 30:0.13333333333333333 39:0.5 40:1.0 43:0.14285714285714285 46:3.0 61:0.14285714285714285 68:0.1111111111111111 168:0.2 241:1.0 242:2.0 286:0.1 306:1.0 385:0.5 516:1.0 531:1.0 540:0.1111111111111111 559:1.0 778:1.0 876:0.3333333333333333 1384:1.0 1900:1.0 2023:1.0 2136:0.3333333333333333 2390:2.0 2733:0.5 3111:1.0 3325:0.25 4978:1.0 5061:1.0 5620:1.0 5767:1.0 6754:1.0 7284:1.0 7403:1.0 7736:1.0 8123:1.0 11 10:0.25 11:0.16666666666666666 17:0.5 28:0.16666666666666666 30:0.13333333333333333 35:0.4 36:0.25 39:0.5 43:0.14285714285714285 46:1.0 56:0.08333333333333333 59:0.2 68:0.2222222222222222 82:0.2222222222222222 90:0.023255813953488372 112:1.0 156:0.5 174:1.0 237:1.0 283:0.3333333333333333 286:0.1 294:1.0 306:1.0 332:0.3333333333333333 380:0.25 742:1.0 801:0.3333333333333333 1365:1.0 1545:1.0 2733:0.5 4869:1.0 5424:1.0 7874:1.0 11 10:0.5 19:1.0 28:0.08333333333333333 30:0.13333333333333333 46:1.0 59:0.2 68:0.1111111111111111 187:1.0 241:1.0 286:0.1 344:0.5 352:0.05263157894736842 453:0.5 2776:1.0 3416:1.0 5024:0.5 5422:1.0 5426:1.0 5854:0.3333333333333333 5999:1.0 6213:1.0 11 10:1.0 11:0.3333333333333333 28:0.08333333333333333 29:1.0 30:0.26666666666666666 43:0.42857142857142855 46:1.0 79:0.5 82:0.1111111111111111 90:0.046511627906976744 100:0.25 170:0.09090909090909091 206:0.14285714285714285 286:0.1 298:1.0 344:0.5 357:0.3333333333333333 431:1.0 479:0.5 517:0.5 825:1.0 876:0.3333333333333333 955:1.0 1151:0.5 1175:1.0 1232:1.0 1657:1.0 1712:1.0 2023:1.0 2227:1.0 2733:1.0 2886:1.0 3202:1.0 3252:1.0 3888:1.0 4149:1.0 4971:1.0 5198:1.0 5424:1.0 5620:1.0 5783:1.0 5799:1.0 5834:0.5 5845:1.0 6284:1.0 6341:1.0 6809:1.0 7638:1.0 11 10:0.25 19:1.0 30:0.2 59:0.2 89:0.2 90:0.023255813953488372 96:3.0 161:1.0 286:0.1 367:0.5 402:1.0 596:0.14285714285714285 611:1.0 674:1.0 681:1.0 701:0.5 801:0.3333333333333333 948:1.0 2733:1.0 2772:1.0 3615:1.0 3624:1.0 4570:1.0 4605:1.0 5214:1.0 5280:1.0 5285:1.0 5311:1.0 5422:1.0 5563:1.0 5673:1.0 5783:1.0 5871:1.0 6737:1.0 7412:1.0 8331:1.0 11 4:0.5 11:0.3333333333333333 28:0.16666666666666666 30:0.06666666666666667 39:0.5 46:2.0 52:1.0 53:0.3333333333333333 63:0.25 96:1.0 145:1.0 206:0.14285714285714285 234:0.05 264:0.5 286:0.2 390:0.5 517:0.5 613:1.0 688:1.0 786:1.0 801:0.3333333333333333 1045:1.0 1175:1.0 1582:1.0 2042:1.0 2050:0.5 2390:1.0 2733:1.0 3370:1.0 3615:1.0 4248:1.0 4820:0.25 5528:1.0 5585:1.0 6093:1.0 6170:2.0 6512:1.0 7856:1.0 11 4:0.5 11:0.6666666666666666 13:1.0 28:0.16666666666666666 30:0.06666666666666667 39:0.5 46:5.0 52:1.0 68:0.1111111111111111 90:0.023255813953488372 100:0.25 126:0.25 170:0.09090909090909091 173:1.0 230:1.0 259:0.5 286:0.2 306:1.0 357:0.3333333333333333 424:0.3333333333333333 540:0.1111111111111111 542:1.0 584:1.0 1159:1.0 1514:1.0 1665:0.5 1864:1.0 1984:1.0 2023:1.0 2275:1.0 2327:1.0 2733:1.5 3283:0.5 3479:1.0 3965:1.0 5022:0.5 5098:0.5 5304:1.0 6857:1.0 7091:1.0 8480:1.0 8738:1.0 8739:1.0 8740:1.0 8834:1.0 11 7:0.5 10:0.5 11:0.16666666666666666 28:0.08333333333333333 30:0.13333333333333333 43:0.5714285714285714 46:1.0 61:0.2857142857142857 62:1.0 63:0.5 68:0.1111111111111111 69:0.5 82:0.1111111111111111 90:0.023255813953488372 96:1.0 100:0.5 107:0.5 142:0.5 144:1.0 156:0.5 204:1.0 210:0.16666666666666666 233:1.0 249:1.0 286:0.1 300:0.25 304:1.0 314:1.0 326:0.0625 347:1.0 380:0.25 390:0.5 399:1.0 401:0.3333333333333333 540:0.1111111111111111 590:1.0 674:1.0 682:1.0 801:0.3333333333333333 1165:1.0 1175:1.0 1261:0.5 1506:1.0 1537:1.0 1546:0.5 1582:1.0 1784:1.0 1945:1.0 2303:1.0 2733:0.5 2886:1.0 3594:1.0 4815:1.0 4927:1.0 5799:1.0 6680:1.0 7975:1.0 8397:1.0 11 10:0.25 11:0.3333333333333333 19:1.0 30:0.26666666666666666 39:0.5 43:0.42857142857142855 46:1.0 73:0.5 126:0.25 168:0.2 189:0.3333333333333333 206:0.14285714285714285 210:0.16666666666666666 297:0.3333333333333333 328:1.0 332:0.3333333333333333 388:0.6666666666666666 424:0.3333333333333333 505:0.5 510:1.0 524:1.0 584:1.0 755:1.0 770:1.0 786:1.0 801:0.3333333333333333 887:1.0 950:1.0 1095:1.0 1739:1.0 2038:1.0 2050:0.5 2465:1.0 2886:1.0 4948:1.0 5231:1.0 5364:0.5 5656:1.0 5716:1.0 6976:1.0 11 10:0.5 13:1.0 43:0.14285714285714285 46:3.0 53:0.6666666666666666 62:1.0 68:0.4444444444444444 90:0.023255813953488372 102:1.0 170:0.09090909090909091 286:0.1 297:0.3333333333333333 300:0.25 352:0.05263157894736842 419:0.5 439:1.0 540:0.1111111111111111 547:0.5 762:1.0 801:0.3333333333333333 824:1.0 1117:1.0 1204:1.0 1711:1.0 1797:1.0 1944:1.0 2055:1.0 2351:1.0 2733:1.0 3325:0.25 4242:1.0 4536:1.0 5585:2.0 5939:1.0 6149:1.0 6672:1.0 8232:1.0 11 4:0.5 6:0.5 7:0.5 10:0.75 28:0.08333333333333333 30:0.2 43:0.14285714285714285 61:0.14285714285714285 63:0.25 90:0.046511627906976744 156:0.5 230:1.0 242:1.0 265:0.08333333333333333 281:0.5 286:0.2 354:1.0 357:0.3333333333333333 479:0.5 540:0.1111111111111111 587:1.0 670:0.3333333333333333 786:1.0 1165:1.0 2502:1.0 2733:0.5 2934:1.0 4536:1.0 4851:0.5 4852:1.0 4948:1.0 5023:1.0 5302:1.0 5672:1.0 5783:1.0 5838:1.0 6000:1.0 6107:1.0 6150:1.0 7540:1.0 11 10:0.25 28:0.08333333333333333 43:0.14285714285714285 46:1.0 61:0.14285714285714285 82:0.2222222222222222 168:0.2 306:1.0 562:1.0 568:1.0 809:0.3333333333333333 997:1.0 1582:1.0 1665:0.5 2029:1.0 2266:1.0 2402:1.0 2581:0.25 2733:0.5 3468:1.0 3965:1.0 4977:1.0 5152:1.0 5203:1.0 5479:1.0 5683:1.0 5854:0.3333333333333333 6931:1.0 7629:1.0 11 10:0.5 11:0.16666666666666666 30:0.13333333333333333 43:0.14285714285714285 46:1.0 59:0.2 90:0.023255813953488372 145:1.0 156:0.5 170:0.09090909090909091 206:0.14285714285714285 234:0.05 265:0.08333333333333333 286:0.1 297:0.3333333333333333 306:1.0 344:0.5 801:0.3333333333333333 1688:0.5 1924:1.0 2581:0.25 3025:1.0 3259:0.5 4104:1.0 4430:1.0 4957:1.0 4978:1.0 4985:1.0 5131:0.3333333333333333 5443:1.0 5539:1.0 5585:1.0 6156:1.0 6490:1.0 6874:1.0 7702:1.0 8040:1.0 8525:1.0 8923:1.0 11 10:0.5 11:0.3333333333333333 19:1.0 43:0.14285714285714285 46:3.0 53:0.6666666666666666 64:0.25 96:1.0 100:0.25 145:1.0 156:0.5 206:0.2857142857142857 230:1.0 286:0.1 300:0.25 352:0.05263157894736842 411:1.0 479:0.5 524:1.0 955:1.0 1151:0.5 1165:1.0 1434:1.0 1945:1.0 3583:1.0 3710:1.0 4435:1.0 5585:1.0 5653:1.0 5998:1.0 6445:1.0 6648:1.0 6984:1.0 11 10:0.5 11:0.16666666666666666 28:0.08333333333333333 30:0.13333333333333333 46:1.0 68:0.1111111111111111 82:0.1111111111111111 90:0.023255813953488372 110:1.0 153:1.0 230:1.0 259:0.5 344:0.5 369:0.08333333333333333 402:1.0 419:0.5 551:1.0 633:1.0 640:1.0 688:1.0 1128:0.5 1306:0.25 1778:1.0 2581:0.25 2733:0.5 2766:1.0 2775:1.0 4862:1.0 4889:1.0 4985:1.0 5022:0.5 5108:0.5 5131:0.3333333333333333 5133:1.0 5598:1.0 5945:1.0 7412:1.0 7597:1.0 8265:1.0 11 9:1.0 11:0.16666666666666666 28:0.08333333333333333 30:0.2 43:0.14285714285714285 46:1.0 59:0.2 89:0.2 90:0.023255813953488372 96:1.0 100:0.25 110:1.0 186:1.0 264:0.5 265:0.08333333333333333 283:0.3333333333333333 286:0.2 326:0.0625 327:1.0 388:0.3333333333333333 441:0.3333333333333333 446:1.0 457:1.0 479:1.0 584:1.0 888:0.5 1569:0.5 1621:1.0 2674:0.25 2733:0.5 4047:1.0 4831:1.0 4948:1.0 6064:1.0 6976:1.0 8656:1.0 11 10:0.25 11:0.3333333333333333 13:1.0 14:0.25 28:0.08333333333333333 30:0.06666666666666667 39:1.0 43:0.2857142857142857 46:2.0 68:0.1111111111111111 90:0.023255813953488372 100:0.25 125:1.0 139:0.5 156:0.5 162:1.0 170:0.09090909090909091 186:1.0 206:0.2857142857142857 223:1.0 234:0.1 249:1.0 286:0.1 306:1.0 357:0.3333333333333333 367:0.5 370:1.0 479:1.0 524:1.0 586:0.14285714285714285 596:0.14285714285714285 611:1.0 614:1.0 801:0.3333333333333333 824:1.0 984:1.0 1232:1.0 1404:1.0 1509:1.0 1751:0.25 2023:1.0 2182:1.0 2837:1.0 3325:0.25 3399:1.0 4039:1.0 4100:1.0 4666:1.0 4978:1.0 5131:0.3333333333333333 5424:1.0 5775:1.0 6107:1.0 6386:1.0 7404:1.0 7651:1.0 7722:1.0 7736:1.0 8791:1.0 8856:1.0 8927:1.0 9001:1.0 11 10:0.25 11:0.16666666666666666 19:1.0 20:0.5 30:0.06666666666666667 33:1.0 39:0.5 43:0.42857142857142855 46:1.0 59:0.2 68:0.2222222222222222 82:0.1111111111111111 90:0.046511627906976744 108:1.0 142:0.5 156:0.5 173:1.0 234:0.05 265:0.08333333333333333 271:1.0 286:0.4 298:1.0 304:1.0 306:1.0 307:1.0 327:1.0 399:1.0 453:0.5 611:2.0 650:1.0 674:1.0 822:0.5 876:0.3333333333333333 955:1.0 1151:0.5 2674:0.25 3025:1.0 3548:1.0 4018:1.0 4130:1.0 4131:0.5 5149:1.0 5271:1.0 5345:1.0 5569:1.0 6597:1.0 7595:1.0 11 11:0.5 30:0.06666666666666667 39:1.0 43:0.14285714285714285 46:1.0 61:0.14285714285714285 82:0.1111111111111111 90:0.023255813953488372 96:1.0 208:1.0 233:1.0 297:0.3333333333333333 353:0.16666666666666666 380:0.25 540:0.1111111111111111 718:1.0 801:0.3333333333333333 824:1.0 1138:1.0 1406:0.5 1503:1.0 1605:0.5 1989:0.3333333333333333 2327:1.0 2389:1.0 2559:1.0 2674:0.25 2733:1.0 3870:1.0 4842:1.0 5131:0.3333333333333333 5343:1.0 5344:1.0 6257:1.0 6531:1.0 6737:1.0 6922:1.0 7572:1.0 7951:1.0 11 16:1.0 19:1.0 43:0.14285714285714285 44:1.0 53:0.3333333333333333 59:0.2 61:0.14285714285714285 69:0.5 89:0.2 90:0.046511627906976744 100:0.5 107:0.5 140:1.0 168:0.2 170:0.09090909090909091 188:1.0 206:0.14285714285714285 210:0.16666666666666666 247:1.0 286:0.1 297:0.6666666666666666 328:1.0 352:0.05263157894736842 357:0.3333333333333333 358:1.0 388:0.3333333333333333 453:0.5 468:1.0 505:0.5 596:0.14285714285714285 674:1.0 824:1.0 1151:0.5 1434:1.0 2172:1.0 2270:1.0 2531:1.0 2733:0.5 4068:1.0 5131:0.3333333333333333 5414:1.0 5939:1.0 6503:1.0 6524:1.0 7250:1.0 8134:1.0 8285:1.0 8749:1.0 11 11:0.5 15:1.0 46:2.0 61:0.14285714285714285 68:0.1111111111111111 83:0.14285714285714285 109:0.5 139:0.5 170:0.09090909090909091 204:1.0 206:0.14285714285714285 419:0.5 505:0.5 587:1.0 596:0.14285714285714285 755:1.0 825:1.0 955:1.0 1098:1.0 1204:0.5 1503:1.0 1677:1.0 2055:0.5 2733:0.5 2837:1.0 4846:1.0 5103:0.5 5424:1.0 5746:1.0 5854:0.3333333333333333 6208:1.0 6880:1.0 7743:1.0 11 11:0.16666666666666666 14:0.25 28:0.16666666666666666 30:0.13333333333333333 35:0.2 39:1.0 43:0.2857142857142857 46:2.0 56:0.08333333333333333 61:0.2857142857142857 82:0.1111111111111111 90:0.09302325581395349 96:2.0 173:1.0 206:0.2857142857142857 230:1.0 234:0.05 286:0.1 300:0.25 332:0.3333333333333333 340:1.0 380:0.25 390:0.5 399:1.0 587:1.0 674:1.0 815:1.0 1347:1.0 2136:0.3333333333333333 2446:1.0 2733:0.5 3284:1.0 3570:1.0 3730:1.0 4046:1.0 4149:1.0 4288:1.0 4551:1.0 4633:1.0 5523:1.0 5652:1.0 5672:1.0 6295:1.0 6379:1.0 7675:0.5 8812:1.0 11 10:0.25 35:0.2 39:0.5 43:0.14285714285714285 46:4.0 53:0.3333333333333333 64:0.25 68:0.3333333333333333 90:0.06976744186046512 168:0.2 206:0.14285714285714285 212:1.0 233:1.0 286:0.1 344:0.5 388:0.3333333333333333 419:0.5 505:0.5 586:0.14285714285714285 688:1.0 772:0.5 801:0.3333333333333333 1087:1.0 1311:1.0 1688:0.5 1955:1.0 2390:2.0 2775:1.0 3146:1.0 4269:1.0 4756:0.5 4889:1.0 5053:1.0 5108:0.5 5786:1.0 6342:1.0 6343:1.0 6752:1.0 7735:1.0 8150:1.0 11 10:0.75 14:0.25 28:0.16666666666666666 30:0.2 46:2.0 56:0.08333333333333333 68:0.1111111111111111 69:0.5 90:0.16279069767441862 96:1.0 109:0.5 168:0.2 177:1.0 230:1.0 264:0.5 306:1.0 307:1.0 326:0.0625 327:1.0 357:0.3333333333333333 369:0.16666666666666666 377:0.3333333333333333 388:0.3333333333333333 424:0.3333333333333333 479:0.5 522:0.25 540:0.1111111111111111 584:1.0 587:1.0 650:1.0 2023:1.0 2291:1.0 2775:1.0 3325:0.25 5326:1.0 5672:1.0 5783:1.0 5997:1.0 6509:1.0 7163:1.0 7792:1.0 8175:1.0 11 10:0.5 11:0.16666666666666666 30:0.13333333333333333 40:1.0 53:0.3333333333333333 56:0.08333333333333333 90:0.023255813953488372 96:1.0 100:0.25 206:0.14285714285714285 259:0.5 263:0.25 300:0.25 326:0.0625 351:1.0 540:0.1111111111111111 587:1.0 670:0.3333333333333333 1175:1.0 1537:1.0 2067:1.0 2390:1.0 4821:1.0 4969:1.0 5109:1.0 5490:1.0 5653:1.0 5997:1.0 6797:1.0 7541:1.0 8580:1.0 11 30:0.13333333333333333 43:0.14285714285714285 46:2.0 59:0.2 61:0.2857142857142857 90:0.046511627906976744 100:0.5 230:1.0 234:0.05 286:0.1 479:0.5 586:0.14285714285714285 596:0.14285714285714285 1411:1.0 1688:0.5 2733:1.5 2912:0.5 4149:1.0 4818:1.0 5048:1.0 5053:1.0 5068:1.0 5569:1.0 5854:0.3333333333333333 6058:1.0 6225:1.0 7792:1.0 8643:1.0 11 30:0.06666666666666667 37:0.3333333333333333 43:0.14285714285714285 46:2.0 63:0.25 68:0.1111111111111111 89:0.2 100:0.25 173:1.0 230:1.0 294:1.0 344:0.5 352:0.05263157894736842 479:1.0 505:0.5 540:0.1111111111111111 596:0.14285714285714285 688:1.0 1323:1.0 1503:1.0 1621:1.0 2023:1.0 2459:0.5 2487:1.0 2733:0.5 2886:1.0 4820:0.25 5840:1.0 7486:2.0 7539:1.0 8060:1.0 8862:1.0 11 10:0.75 30:0.06666666666666667 39:0.5 43:0.2857142857142857 46:1.0 82:0.1111111111111111 90:0.023255813953488372 100:0.25 286:0.2 357:0.3333333333333333 359:0.3333333333333333 380:0.25 388:0.3333333333333333 805:1.0 1073:1.0 1503:1.0 3833:1.0 4471:1.0 4516:1.0 4943:1.0 5210:1.0 5894:1.0 8739:1.0 11 18:0.5 28:0.08333333333333333 30:0.06666666666666667 53:0.3333333333333333 56:0.08333333333333333 59:0.2 61:0.14285714285714285 68:0.3333333333333333 82:0.4444444444444444 90:0.023255813953488372 96:2.0 233:1.0 268:1.0 286:0.1 313:0.14285714285714285 357:1.0 390:0.5 399:1.0 596:0.14285714285714285 870:1.0 915:1.0 1002:1.0 1098:1.0 1216:1.0 1437:0.5 1503:1.0 1599:1.0 1608:0.3333333333333333 1634:1.0 1924:1.0 2733:0.5 4536:1.0 5485:1.0 5556:1.0 6730:1.0 8095:1.0 11 10:0.25 11:0.16666666666666666 18:1.0 30:0.06666666666666667 35:0.2 39:0.5 43:0.14285714285714285 82:0.2222222222222222 83:0.14285714285714285 89:0.2 90:0.046511627906976744 109:0.5 168:0.2 264:0.5 286:0.1 369:0.08333333333333333 404:1.0 502:1.0 522:0.25 531:1.0 540:0.1111111111111111 548:1.0 586:0.14285714285714285 760:1.0 822:0.5 876:0.3333333333333333 896:0.5 1944:1.0 1973:1.0 3103:1.0 4830:1.0 4974:1.0 6628:1.0 7715:1.0 11 35:0.2 53:0.3333333333333333 68:0.1111111111111111 82:0.1111111111111111 89:0.2 90:0.046511627906976744 206:0.14285714285714285 234:0.05 242:1.0 268:1.0 369:0.08333333333333333 380:0.25 531:1.0 673:1.0 786:1.0 801:0.3333333333333333 875:1.0 944:2.0 1064:1.0 1090:1.0 1199:0.5 1248:1.0 1306:0.25 2733:0.5 2886:1.0 3325:0.25 3494:1.0 8646:1.0 8993:1.0 11 11:0.3333333333333333 19:1.0 30:0.06666666666666667 43:0.42857142857142855 46:1.0 59:0.2 61:0.42857142857142855 89:0.2 96:1.0 135:0.3333333333333333 263:0.25 286:0.1 327:1.0 352:0.05263157894736842 479:0.5 682:1.0 708:1.0 896:0.5 956:1.0 1151:0.5 1179:1.0 1306:0.25 1658:1.0 1745:1.0 1973:1.0 2733:1.0 4715:1.0 4820:0.25 4998:1.0 5027:1.0 5110:1.0 5131:0.3333333333333333 5329:1.0 5799:1.0 6748:1.0 6890:1.0 7760:1.0 11 11:0.16666666666666666 28:0.08333333333333333 30:0.06666666666666667 43:0.2857142857142857 46:1.0 68:0.1111111111111111 138:0.5 286:0.1 297:0.3333333333333333 367:0.5 388:0.3333333333333333 419:1.0 479:0.5 1000:0.5 1064:1.0 1073:1.0 2733:0.5 5308:1.0 6415:1.0 6628:1.0 7404:1.0 11 10:0.25 11:0.16666666666666666 13:1.0 19:1.0 30:0.06666666666666667 39:0.5 43:0.14285714285714285 46:1.0 52:1.0 53:0.3333333333333333 59:0.2 84:1.0 89:0.2 90:0.046511627906976744 112:1.0 168:0.2 188:1.0 263:0.25 265:0.08333333333333333 297:0.3333333333333333 559:1.0 636:1.0 718:1.0 801:0.3333333333333333 876:0.3333333333333333 888:0.5 1261:0.5 1485:1.0 1621:1.0 1955:1.0 2044:1.0 2733:0.5 3407:1.0 3585:1.0 4905:1.0 4943:1.0 5311:1.0 5452:1.0 6786:1.0 8380:1.0 11 11:0.3333333333333333 15:1.0 30:0.06666666666666667 39:1.0 46:1.0 63:0.25 82:0.1111111111111111 90:0.023255813953488372 96:2.0 126:0.25 206:0.14285714285714285 271:1.0 355:1.0 531:1.0 584:1.0 596:0.14285714285714285 801:0.3333333333333333 888:0.5 1949:1.0 1982:1.0 3146:1.0 3284:1.0 5390:1.0 5547:1.0 5569:1.0 7715:1.0 8836:1.0 11 10:0.25 28:0.08333333333333333 30:0.13333333333333333 46:1.0 53:0.3333333333333333 68:0.1111111111111111 79:0.5 90:0.023255813953488372 96:1.0 140:1.0 156:0.5 234:0.05 294:1.0 756:0.25 801:0.3333333333333333 815:1.0 955:1.0 1688:0.5 2088:1.0 2733:0.5 5197:1.0 7250:1.0 11 30:0.2 35:0.2 46:1.0 59:0.2 63:0.25 79:0.5 82:0.1111111111111111 90:0.046511627906976744 234:0.05 369:0.08333333333333333 402:1.0 424:0.3333333333333333 520:1.0 650:1.0 875:1.0 2581:0.25 4978:1.0 4979:1.0 5614:1.0 6085:1.0 8350:1.0 11 11:0.16666666666666666 19:1.0 23:1.0 25:1.0 30:0.06666666666666667 37:0.3333333333333333 39:1.0 46:1.0 68:0.1111111111111111 90:0.046511627906976744 126:0.25 177:1.0 187:1.0 210:0.16666666666666666 259:1.0 286:0.2 369:0.08333333333333333 388:0.3333333333333333 424:0.3333333333333333 453:0.5 479:0.5 484:1.0 611:1.0 805:1.0 1033:1.0 1151:0.5 1385:0.3333333333333333 1982:1.0 2044:1.0 2733:0.5 3663:1.0 5024:0.5 6655:1.0 7890:1.0 11 7:0.5 14:0.25 30:0.06666666666666667 46:1.0 53:0.3333333333333333 204:1.0 236:0.5 254:1.0 351:1.0 369:0.08333333333333333 419:0.5 611:1.0 1679:1.0 2733:1.0 5551:1.0 5615:1.0 5694:1.0 5759:1.0 6179:1.0 7496:1.0 11 29:1.0 37:0.3333333333333333 39:0.5 286:0.1 313:0.14285714285714285 369:0.08333333333333333 394:1.0 419:0.5 1306:0.25 2733:0.5 2775:1.0 6257:1.0 6945:1.0 8175:1.0 11 4:0.5 11:0.16666666666666666 28:0.08333333333333333 29:1.0 30:0.06666666666666667 59:0.4 90:0.06976744186046512 142:0.5 168:0.2 234:0.05 286:0.1 369:0.08333333333333333 522:0.5 801:0.3333333333333333 876:0.3333333333333333 1087:1.0 1199:0.5 1665:0.5 2733:1.0 3407:1.0 4149:1.0 4712:1.0 6635:1.0 7109:1.0 7140:1.0 7792:1.0 8663:1.0 11 7:0.5 10:0.25 11:0.3333333333333333 12:0.5 14:0.25 28:0.16666666666666666 34:1.0 35:0.2 37:0.6666666666666666 82:0.1111111111111111 90:0.023255813953488372 99:1.0 212:1.0 286:0.1 294:1.0 297:0.3333333333333333 298:1.0 313:0.14285714285714285 326:0.0625 457:1.0 522:0.25 611:1.0 669:1.0 765:1.0 806:1.0 1711:1.0 2035:1.0 2733:0.5 3317:2.0 3862:1.0 4936:1.0 5081:1.0 5131:0.3333333333333333 8682:1.0 11 4:0.5 10:0.25 11:0.3333333333333333 14:0.25 18:0.5 23:1.0 29:1.0 30:0.06666666666666667 39:1.0 46:2.0 56:0.16666666666666666 59:0.2 90:0.06976744186046512 170:0.18181818181818182 174:1.0 249:1.0 365:1.0 369:0.16666666666666666 531:1.0 542:1.0 772:0.5 801:0.3333333333333333 1073:1.0 1204:0.5 1385:0.3333333333333333 2055:0.5 2254:1.0 2674:0.25 2733:0.5 2839:1.0 2886:1.0 3035:1.0 4471:1.0 5110:1.0 5274:1.0 6022:1.0 6851:1.0 7695:1.0 7746:1.0 11 11:0.16666666666666666 19:1.0 28:0.08333333333333333 59:0.2 68:0.1111111111111111 89:0.2 187:1.0 212:1.0 234:0.05 414:1.0 1632:1.0 2264:2.0 2733:0.5 3706:1.0 8922:1.0 11 11:0.16666666666666666 39:0.5 64:0.25 126:0.25 134:1.0 161:1.0 210:0.16666666666666666 212:1.0 369:0.08333333333333333 540:0.1111111111111111 640:1.0 1210:1.0 1385:0.3333333333333333 5078:1.0 5894:1.0 6055:1.0 6064:1.0 6436:1.0 8070:4.0 8071:1.0 8404:1.0 11 11:0.16666666666666666 24:1.0 28:0.08333333333333333 30:0.06666666666666667 46:1.0 59:0.2 63:0.25 100:0.5 168:0.2 286:0.1 344:0.5 377:0.3333333333333333 534:1.0 688:1.0 982:0.5 1357:1.0 1605:0.5 4404:1.0 4978:1.0 5289:1.0 6527:1.0 6571:1.0 11 10:0.25 11:0.16666666666666666 14:0.25 28:0.08333333333333333 53:0.6666666666666666 90:0.09302325581395349 254:1.0 326:0.0625 596:0.14285714285714285 636:1.0 693:2.0 801:0.3333333333333333 1503:1.0 2949:1.0 3840:1.0 4516:1.0 4756:0.5 4957:1.0 4974:1.0 5350:1.0 5585:1.0 5598:1.0 11 10:0.75 11:0.3333333333333333 28:0.08333333333333333 30:0.13333333333333333 43:0.14285714285714285 68:0.2222222222222222 70:0.5 79:0.5 90:0.046511627906976744 96:1.0 156:0.5 233:1.0 262:1.0 263:0.25 281:0.5 294:1.0 300:0.25 352:0.05263157894736842 359:0.3333333333333333 479:0.5 516:1.0 656:1.0 801:0.3333333333333333 965:1.0 1441:1.0 2733:0.5 3255:1.0 3260:1.0 4098:1.0 4814:1.0 5203:1.0 5252:1.0 5414:1.0 5840:1.0 6143:1.0 8039:1.0 8175:1.0 8993:1.0 11 11:0.16666666666666666 14:0.25 19:1.0 30:0.06666666666666667 46:2.0 53:0.3333333333333333 59:0.2 68:0.1111111111111111 89:0.2 96:1.0 135:0.3333333333333333 168:0.2 170:0.09090909090909091 208:1.0 234:0.05 241:1.0 286:0.1 547:0.5 611:1.0 616:1.0 674:1.0 728:1.0 875:1.0 941:1.0 1156:1.0 1159:1.0 1710:1.0 2455:1.0 2733:0.5 3943:0.5 4123:1.0 4708:1.0 4820:0.25 4915:1.0 5229:1.0 5285:1.0 5388:1.0 6688:1.0 11 11:0.16666666666666666 19:2.0 28:0.08333333333333333 30:0.06666666666666667 46:2.0 53:0.3333333333333333 61:0.14285714285714285 68:0.1111111111111111 69:0.5 89:0.2 90:0.06976744186046512 163:1.0 170:0.09090909090909091 173:1.0 187:1.0 233:1.0 286:0.1 540:0.1111111111111111 547:0.5 611:2.0 844:1.0 941:1.0 948:1.0 1073:1.0 1159:1.0 1396:1.0 1537:1.0 1979:1.0 2287:1.0 2733:0.5 3740:1.0 3943:0.5 4042:1.0 4713:1.0 4820:0.25 4915:1.0 5053:1.0 5388:1.0 5479:1.0 6688:1.0 11 6:0.5 11:0.3333333333333333 15:1.0 35:0.2 39:0.5 43:0.14285714285714285 56:0.08333333333333333 90:0.023255813953488372 100:0.25 109:0.5 170:0.09090909090909091 236:0.5 286:0.3 354:1.0 363:1.0 441:0.3333333333333333 720:0.5 2674:0.25 2733:1.5 3200:1.0 4012:1.0 5139:1.0 5275:1.0 5528:1.0 5629:1.0 5834:0.5 7524:1.0 7968:1.0 8440:1.0 11 11:0.16666666666666666 18:0.5 30:0.2 39:0.5 59:0.2 68:0.1111111111111111 76:1.0 134:1.0 161:1.0 326:0.0625 390:0.5 424:0.3333333333333333 517:0.5 674:1.0 801:0.3333333333333333 896:0.5 1152:1.0 1458:1.0 1608:0.3333333333333333 2203:1.0 2476:0.3333333333333333 2733:0.5 3325:0.25 3740:1.0 4536:1.0 5275:1.0 5335:1.0 5481:1.0 11 6:0.5 7:0.5 10:0.25 30:0.13333333333333333 39:1.5 43:0.14285714285714285 46:1.0 53:0.6666666666666666 68:0.1111111111111111 88:1.0 96:1.0 156:0.5 157:1.0 230:1.0 286:0.2 388:0.3333333333333333 772:0.5 876:0.3333333333333333 896:0.5 938:1.0 1064:1.0 1151:0.5 2457:1.0 2733:0.5 2853:1.0 4149:1.0 5081:1.0 5244:1.0 7422:1.0 8888:1.0 11 20:0.5 24:1.0 29:1.0 30:0.13333333333333333 53:0.3333333333333333 63:0.25 82:0.1111111111111111 168:0.2 230:1.0 234:0.05 300:0.25 306:1.0 329:0.5 419:0.5 875:1.0 1128:0.5 1165:1.0 1437:0.5 2470:0.6666666666666666 3032:1.0 3035:1.0 4145:1.0 5053:1.0 5176:1.0 6295:1.0 6467:1.0 7655:1.0 7968:1.0 8834:2.0 8835:1.0 11 30:0.06666666666666667 44:1.0 59:0.2 142:0.5 176:3.0 230:1.0 265:0.25 297:1.0 300:0.25 326:0.0625 524:1.0 674:1.0 1151:0.5 1696:1.0 1864:1.0 2674:0.25 4921:1.0 4943:3.0 5683:1.0 6093:1.0 6762:1.0 6857:1.0 11 46:2.0 156:0.5 286:0.1 596:0.14285714285714285 809:0.3333333333333333 1204:0.5 1503:1.0 2055:0.5 5053:1.0 6389:1.0 11 10:0.5 11:0.16666666666666666 18:0.5 19:1.0 28:0.08333333333333333 46:1.0 56:0.08333333333333333 63:0.25 68:0.2222222222222222 73:0.5 82:0.1111111111111111 83:0.14285714285714285 90:0.023255813953488372 96:1.0 206:0.14285714285714285 286:0.1 294:1.0 297:0.3333333333333333 326:0.0625 355:1.0 357:0.3333333333333333 388:0.6666666666666666 540:0.1111111111111111 584:1.0 613:1.0 806:1.0 1041:1.0 1064:1.0 1175:1.0 1399:1.0 2291:1.0 2517:1.0 2733:0.5 4152:1.0 4962:1.0 5547:1.0 6093:1.0 6857:1.0 11 10:0.25 28:0.08333333333333333 53:0.3333333333333333 56:0.08333333333333333 68:0.2222222222222222 300:0.25 357:0.3333333333333333 424:0.3333333333333333 431:1.0 801:0.3333333333333333 1753:1.0 2044:1.0 2733:1.0 3111:1.0 4943:1.0 11 11:0.3333333333333333 30:0.06666666666666667 43:0.14285714285714285 56:0.08333333333333333 68:0.1111111111111111 90:0.023255813953488372 300:0.5 326:0.0625 414:0.5 1144:0.2 1634:1.0 1688:1.0 2044:1.0 2733:0.5 5490:1.0 5585:1.0 5759:1.0 7356:1.0 11 11:0.16666666666666666 19:1.0 28:0.08333333333333333 37:0.3333333333333333 53:0.3333333333333333 56:0.08333333333333333 68:0.1111111111111111 90:0.06976744186046512 168:0.2 170:0.09090909090909091 254:1.0 286:0.1 327:1.0 586:0.2857142857142857 1255:1.0 2455:1.0 2600:1.0 3283:0.5 3755:1.0 4515:1.0 5139:1.0 5343:1.0 6752:1.0 7134:1.0 8631:1.0 11 30:0.2 35:0.2 59:0.2 82:0.1111111111111111 90:0.046511627906976744 100:0.25 168:0.2 170:0.09090909090909091 210:0.16666666666666666 230:1.0 236:0.5 237:1.0 479:0.5 517:0.5 829:1.0 1688:1.0 2202:1.0 2264:1.0 2470:0.3333333333333333 2733:1.5 3035:1.0 4938:1.0 5102:0.5 5531:1.0 5883:1.0 6517:1.0 6956:1.0 11 11:0.16666666666666666 29:1.0 30:0.06666666666666667 43:0.14285714285714285 46:2.0 68:0.1111111111111111 90:0.11627906976744186 127:1.0 156:0.5 170:0.09090909090909091 206:0.14285714285714285 233:1.0 247:1.0 330:1.0 414:0.5 1002:1.0 2040:1.0 2459:0.5 2733:1.0 3111:1.0 4042:1.0 4869:1.0 5585:1.0 5854:0.3333333333333333 7715:1.0 8058:1.0 11 10:0.25 11:0.16666666666666666 12:0.5 30:0.13333333333333333 35:0.2 43:0.14285714285714285 64:0.25 79:0.5 82:0.1111111111111111 90:0.023255813953488372 100:0.25 161:1.0 206:0.14285714285714285 294:1.0 300:0.25 355:1.0 531:3.0 1076:1.0 1636:1.0 2218:0.5 2750:1.0 2912:0.5 4814:1.0 5098:0.5 5646:1.0 6180:1.0 8058:1.0 8499:1.0 11 10:0.25 30:0.2 39:0.5 46:1.0 59:0.6 68:0.1111111111111111 70:0.5 90:0.023255813953488372 168:0.4 212:1.0 234:0.05 286:0.1 306:1.0 357:0.3333333333333333 369:0.08333333333333333 949:1.0 1120:1.0 1506:1.0 1746:1.0 1865:1.0 2088:1.0 2733:0.5 2775:1.0 3965:1.0 3966:1.0 4249:1.0 5375:1.0 5562:1.0 5563:1.0 6638:1.0 6851:1.0 7655:1.0 11 19:1.0 28:0.16666666666666666 40:1.0 43:0.2857142857142857 56:0.08333333333333333 100:0.25 230:1.0 286:0.1 359:0.3333333333333333 1546:0.5 2050:0.5 3316:1.0 5653:1.0 5768:1.0 5799:1.0 7627:1.0 11 11:0.16666666666666666 28:0.08333333333333333 30:0.13333333333333333 39:0.5 43:0.14285714285714285 46:1.0 64:0.25 90:0.023255813953488372 116:1.0 170:0.09090909090909091 234:0.05 344:0.5 369:0.08333333333333333 671:1.0 1696:1.0 1827:1.0 2055:0.5 2183:1.0 2733:0.5 3259:0.5 3316:1.0 4756:0.5 4921:1.0 4943:1.0 4953:2.0 5013:1.0 5078:1.0 5244:1.0 5528:1.0 5799:1.0 6107:1.0 6786:1.0 7142:1.0 11 11:0.16666666666666666 30:0.06666666666666667 34:1.0 156:0.5 161:1.0 1971:1.0 2165:1.0 2275:1.0 2733:0.5 3259:0.5 4857:1.0 5177:3.0 5346:1.0 5724:2.0 11 11:0.3333333333333333 14:0.25 28:0.08333333333333333 29:3.0 30:0.2 44:1.0 46:1.0 53:0.3333333333333333 56:0.08333333333333333 59:0.4 64:0.25 68:0.3333333333333333 69:0.5 90:0.023255813953488372 100:0.25 170:0.2727272727272727 233:1.0 243:1.0 247:1.0 259:0.5 300:0.25 367:0.5 479:0.5 594:1.0 801:0.3333333333333333 824:1.0 887:1.0 1287:0.5 1605:0.5 2536:1.0 2733:0.5 2790:1.0 3630:1.0 4128:1.0 5022:0.5 11 11:0.16666666666666666 17:0.5 39:0.5 40:1.0 43:0.2857142857142857 59:0.2 90:0.046511627906976744 156:0.5 168:0.2 170:0.09090909090909091 188:1.0 230:1.0 357:0.6666666666666666 671:1.0 801:0.3333333333333333 876:0.3333333333333333 1033:1.0 1307:1.0 1354:1.0 2056:1.0 2711:1.0 2733:0.5 2917:1.0 3014:1.0 4905:1.0 5345:1.0 6133:1.0 6715:1.0 8251:1.0 8285:1.0 11 10:0.25 28:0.08333333333333333 29:1.0 30:0.13333333333333333 46:1.0 59:0.4 82:0.1111111111111111 90:0.023255813953488372 247:1.0 286:0.1 876:0.3333333333333333 1137:1.0 1306:0.25 1927:0.5 2170:1.0 2733:0.5 3025:1.0 3111:1.0 3407:1.0 4818:1.0 4973:0.3333333333333333 4977:1.0 4995:1.0 5138:1.0 5531:1.0 5999:1.0 8239:1.0 8847:1.0 11 11:0.16666666666666666 28:0.08333333333333333 30:0.2 43:0.14285714285714285 56:0.08333333333333333 135:0.3333333333333333 176:1.0 206:0.14285714285714285 286:0.1 306:1.0 479:0.5 762:2.0 1261:0.5 1437:0.5 1741:1.0 1924:1.0 2161:1.0 2372:1.0 2711:1.0 2733:0.5 4978:1.0 5335:1.0 5800:1.0 7756:1.0 11 10:0.25 28:0.08333333333333333 30:0.06666666666666667 34:1.0 43:0.14285714285714285 46:2.0 59:0.4 68:0.1111111111111111 82:0.1111111111111111 100:0.25 140:1.0 145:1.0 170:0.09090909090909091 206:0.14285714285714285 234:0.05 300:0.25 505:0.5 688:1.0 767:1.0 770:1.0 1368:1.0 1927:0.5 2733:0.5 3714:1.0 4149:1.0 4378:1.0 5414:1.0 6712:1.0 7268:1.0 7269:1.0 11 11:0.16666666666666666 39:0.5 46:1.0 64:0.25 135:0.3333333333333333 206:0.14285714285714285 230:1.0 286:0.1 524:1.0 762:1.0 767:1.0 876:0.3333333333333333 1404:1.0 1751:0.25 2152:1.0 2733:1.0 3407:1.0 4301:1.0 5047:1.0 5585:1.0 7636:1.0 11 10:0.5 11:0.3333333333333333 14:0.25 30:0.26666666666666666 43:0.14285714285714285 46:3.0 61:0.14285714285714285 68:0.1111111111111111 82:0.1111111111111111 90:0.046511627906976744 96:1.0 100:0.25 140:1.0 168:0.2 186:1.0 234:0.05 259:0.5 286:0.1 329:0.5 357:0.6666666666666666 453:0.5 474:1.0 650:1.0 887:1.0 1204:0.5 1238:1.0 1699:1.0 2042:1.0 2055:0.5 2733:0.5 2822:1.0 3101:1.0 3325:0.25 4715:2.0 4890:1.0 5318:1.0 7563:1.0 7676:1.0 8367:1.0 8987:1.0 11 30:0.06666666666666667 43:0.14285714285714285 46:1.0 53:0.3333333333333333 56:0.08333333333333333 59:0.2 89:0.2 96:2.0 100:0.5 168:0.2 173:1.0 297:0.3333333333333333 354:1.0 517:0.5 688:1.0 937:0.5 1000:0.5 1216:1.0 1363:1.0 1543:1.0 1621:1.0 1955:1.0 4820:0.25 5131:0.6666666666666666 5966:1.0 11 28:0.08333333333333333 30:0.06666666666666667 39:0.5 46:1.0 59:0.4 90:0.023255813953488372 109:0.5 112:1.0 134:1.0 168:0.2 170:0.09090909090909091 212:1.0 234:0.05 263:0.25 294:1.0 388:0.3333333333333333 439:1.0 443:1.0 674:1.0 750:1.0 772:0.5 801:0.3333333333333333 1354:1.0 2050:0.5 3108:1.0 4814:1.0 4978:1.0 5023:1.0 5556:1.0 5838:1.0 6062:1.0 6436:1.0 6652:0.5 7461:1.0 11 19:1.0 28:0.08333333333333333 46:1.0 53:0.3333333333333333 68:0.1111111111111111 96:1.0 107:0.5 297:0.3333333333333333 419:0.5 626:0.3333333333333333 801:0.6666666666666666 1191:1.0 1955:1.0 2733:0.5 3061:1.0 4715:1.0 4820:0.25 5349:1.0 5476:1.0 5724:1.0 5968:1.0 6285:1.0 7144:1.0 8005:1.0 11 10:0.25 11:0.16666666666666666 14:0.25 20:0.5 30:0.06666666666666667 46:2.0 68:0.1111111111111111 313:0.14285714285714285 352:0.05263157894736842 801:0.3333333333333333 817:1.0 824:1.0 1404:1.0 1483:1.0 1688:0.5 3407:1.0 4846:1.0 5968:1.0 6636:1.0 7603:1.0 11 46:1.0 48:0.5 53:0.3333333333333333 250:0.125 313:0.14285714285714285 351:1.0 353:0.16666666666666666 505:0.5 587:1.0 596:0.14285714285714285 5289:1.0 5585:1.0 6284:1.0 7164:1.0 8356:1.0 11 11:0.3333333333333333 35:0.2 43:0.14285714285714285 82:0.1111111111111111 168:0.2 369:0.08333333333333333 407:1.0 1108:1.0 2519:1.0 2733:0.5 5733:1.0 6032:1.0 6859:1.0 11 10:0.25 19:1.0 30:0.13333333333333333 46:2.0 56:0.08333333333333333 61:0.2857142857142857 63:0.25 90:0.09302325581395349 96:1.0 100:0.25 126:0.25 140:1.0 168:0.2 243:1.0 259:0.5 286:0.1 297:0.3333333333333333 327:1.0 505:0.5 584:1.0 756:0.5 767:1.0 815:1.0 871:1.0 875:1.0 876:0.3333333333333333 1437:0.5 1608:0.3333333333333333 2136:0.3333333333333333 4149:1.0 4290:1.0 4814:1.0 4834:1.0 4978:1.0 5948:1.0 6170:1.0 6809:1.0 7170:1.0 7174:1.0 7233:1.0 7640:1.0 7794:1.0 11 10:0.25 28:0.08333333333333333 30:0.06666666666666667 40:1.0 43:0.14285714285714285 68:0.1111111111111111 90:0.023255813953488372 96:1.0 145:1.0 168:0.2 206:0.14285714285714285 234:0.05 353:0.16666666666666666 586:0.14285714285714285 871:1.0 2202:1.0 2733:0.5 5834:0.5 6625:1.0 11 11:0.3333333333333333 30:0.13333333333333333 37:0.6666666666666666 43:0.2857142857142857 68:0.2222222222222222 90:0.023255813953488372 206:0.14285714285714285 243:1.0 259:0.5 275:1.0 297:0.3333333333333333 402:2.0 479:0.5 540:0.2222222222222222 650:1.0 728:1.0 756:0.25 949:1.0 1066:1.0 2733:0.5 2842:1.0 3578:1.0 4149:1.0 4948:1.0 4978:1.0 5281:1.0 6847:1.0 7403:1.0 11 4:0.5 11:0.16666666666666666 37:0.3333333333333333 46:2.0 53:0.3333333333333333 63:0.25 82:0.1111111111111111 100:0.25 174:1.0 186:1.0 206:0.14285714285714285 424:0.3333333333333333 479:0.5 483:1.0 611:1.0 822:0.5 909:0.5 1170:1.0 1945:1.0 2733:0.5 2738:1.0 3888:1.0 3913:1.0 5305:1.0 6341:1.0 6430:1.0 6542:1.0 11 10:0.25 18:0.5 19:1.0 30:0.06666666666666667 43:0.14285714285714285 56:0.08333333333333333 59:0.4 61:0.7142857142857143 82:0.1111111111111111 90:0.046511627906976744 126:0.25 151:1.0 156:0.5 168:0.2 247:1.0 259:0.5 327:1.0 377:0.3333333333333333 505:0.5 801:0.3333333333333333 815:1.0 982:0.5 1097:1.0 1159:1.0 1506:1.0 2055:0.5 2733:1.0 4313:1.0 4341:1.0 5110:1.0 5311:1.0 7050:1.0 11 10:0.25 11:0.16666666666666666 15:1.0 23:1.0 30:0.13333333333333333 39:1.0 68:0.2222222222222222 69:0.5 90:0.046511627906976744 264:0.5 369:0.08333333333333333 784:1.0 875:1.0 1711:1.0 2733:0.5 3243:1.0 3767:1.0 4900:1.0 5085:1.0 5479:1.0 5514:1.0 6064:1.0 11 4:0.5 11:0.16666666666666666 46:1.0 56:0.08333333333333333 156:0.5 230:1.0 286:0.1 300:0.25 419:0.5 540:0.1111111111111111 584:1.0 1323:1.0 4149:1.0 5683:1.0 5703:1.0 6089:1.0 11 11:0.3333333333333333 19:1.0 29:1.0 30:0.06666666666666667 46:1.0 61:0.14285714285714285 83:0.14285714285714285 90:0.06976744186046512 161:1.0 168:0.2 259:0.5 286:0.1 300:0.25 357:0.3333333333333333 479:1.0 531:1.0 540:0.1111111111111111 769:1.0 870:1.0 1353:1.0 2733:0.5 3196:1.0 3706:1.0 3824:1.0 3965:1.0 3966:1.0 5653:1.0 6268:1.0 6522:1.0 7271:1.0 8206:1.0 11 10:0.25 11:0.3333333333333333 29:1.0 30:0.06666666666666667 39:1.0 46:1.0 53:0.3333333333333333 61:0.14285714285714285 63:0.25 64:0.25 69:0.5 90:0.023255813953488372 96:1.0 100:0.75 142:0.5 168:0.2 170:0.09090909090909091 173:1.0 210:0.16666666666666666 234:0.05 286:0.1 313:0.14285714285714285 326:0.0625 368:0.5 380:0.25 390:0.5 479:0.5 688:1.0 745:1.0 756:0.25 772:0.5 801:0.3333333333333333 1204:0.5 1208:1.0 1306:0.25 1675:1.0 1751:0.25 1769:1.0 2055:0.5 2291:1.0 2356:1.0 2733:0.5 3035:1.0 3414:1.0 3615:1.0 4633:1.0 4937:1.0 5551:1.0 5734:1.0 6197:1.0 6297:1.0 8322:1.0 11 10:0.25 11:0.3333333333333333 30:0.06666666666666667 36:0.5 39:1.0 43:0.14285714285714285 46:1.0 59:0.6 68:0.1111111111111111 82:0.1111111111111111 90:0.046511627906976744 100:0.25 156:0.5 163:1.0 170:0.09090909090909091 206:0.14285714285714285 286:0.1 297:0.3333333333333333 300:0.25 344:0.5 369:0.08333333333333333 1152:1.0 1159:1.0 1261:0.5 1354:1.0 1385:0.3333333333333333 1678:1.0 1688:0.5 2459:0.5 2733:1.0 2848:1.0 3352:1.0 4108:1.0 4978:2.0 5131:0.3333333333333333 5176:1.0 5441:1.0 5515:1.0 6752:1.0 8538:1.0 8563:1.0 11 10:0.25 29:1.0 35:0.2 59:0.2 68:0.1111111111111111 69:0.5 82:0.1111111111111111 88:1.0 100:0.25 170:0.09090909090909091 234:0.05 264:0.5 286:0.1 313:0.2857142857142857 351:1.0 357:0.3333333333333333 430:1.0 2526:1.0 4099:1.0 4149:1.0 4843:1.0 4951:1.0 6901:1.0 7402:1.0 8958:1.0 11 7:0.5 11:0.3333333333333333 23:1.0 35:0.2 41:1.0 46:1.0 76:1.0 90:0.023255813953488372 96:2.0 100:0.25 161:1.0 230:1.0 234:0.05 259:0.5 313:0.14285714285714285 344:0.5 414:0.5 540:0.1111111111111111 596:0.14285714285714285 611:1.0 656:1.0 673:1.0 1348:1.0 1503:1.0 2088:1.0 2203:1.0 2264:1.0 4498:1.0 4814:1.0 4920:1.0 6093:1.0 7303:1.0 11 11:0.3333333333333333 19:1.0 59:0.2 61:0.14285714285714285 90:0.023255813953488372 100:0.25 142:0.5 254:1.0 300:0.25 427:1.0 757:1.0 795:1.0 1033:1.0 1924:1.0 2023:1.0 3259:0.5 3317:1.0 4070:1.0 4927:1.0 4971:1.0 4978:2.0 5124:1.0 5126:0.3333333333333333 5129:1.0 5485:1.0 5539:1.0 5888:1.0 6027:1.0 7217:1.0 8914:1.0 11 10:0.25 11:0.3333333333333333 30:0.06666666666666667 39:0.5 46:1.0 82:0.2222222222222222 100:0.5 126:0.25 127:1.0 144:1.0 161:1.0 168:0.2 230:1.0 332:0.3333333333333333 402:1.0 419:0.5 584:1.0 676:1.0 708:1.0 756:0.25 801:0.3333333333333333 1165:1.0 1534:1.0 2050:0.5 2733:0.5 2768:0.5 3014:1.0 3025:1.0 4269:1.0 4605:1.0 5854:0.3333333333333333 6400:1.0 8333:1.0 11 10:0.5 18:0.5 30:0.06666666666666667 35:0.2 82:0.1111111111111111 90:0.023255813953488372 96:1.0 156:0.5 188:1.0 206:0.14285714285714285 234:0.05 286:0.1 313:0.14285714285714285 352:0.05263157894736842 498:1.0 540:0.1111111111111111 815:1.0 983:1.0 1098:1.0 1270:1.0 1458:1.0 1676:1.0 3579:1.0 4607:1.0 4983:0.25 5124:1.0 5126:0.3333333333333333 5741:1.0 5799:1.0 6257:1.0 7000:1.0 7077:1.0 8189:1.0 11 46:1.0 68:0.2222222222222222 79:0.5 90:0.023255813953488372 264:1.0 276:1.0 286:0.1 353:0.16666666666666666 419:0.5 531:1.0 673:1.0 688:1.0 724:0.3333333333333333 815:1.0 876:0.3333333333333333 1076:1.0 1430:1.0 1927:0.5 1989:0.3333333333333333 2674:0.25 2733:1.0 2823:1.0 4536:1.0 4995:1.0 5288:1.0 11 10:0.25 11:0.3333333333333333 14:0.5 19:1.0 30:0.06666666666666667 35:0.2 37:0.3333333333333333 39:1.0 46:2.0 48:0.5 53:0.3333333333333333 56:0.08333333333333333 59:0.2 61:0.14285714285714285 64:0.25 68:0.3333333333333333 79:0.5 89:0.2 230:1.0 234:0.05 264:0.5 297:0.3333333333333333 380:0.25 551:1.0 756:0.25 947:0.5 1159:1.0 1196:1.0 1323:1.0 1406:0.5 1919:1.0 2733:2.0 4099:1.0 4842:1.0 5175:1.0 5823:1.0 5838:1.0 5840:1.0 6376:1.0 7094:1.0 7588:1.0 11 11:0.16666666666666666 30:0.13333333333333333 37:0.3333333333333333 39:0.5 46:2.0 109:0.5 126:0.25 161:1.0 170:0.09090909090909091 230:2.0 280:1.0 297:0.3333333333333333 357:0.3333333333333333 362:1.0 377:0.3333333333333333 479:0.5 547:0.5 596:0.14285714285714285 1159:1.0 1621:1.0 2733:0.5 5175:1.0 5585:1.0 7248:1.0 8958:1.0 11 11:0.16666666666666666 30:0.06666666666666667 39:1.0 43:0.2857142857142857 46:1.0 61:0.42857142857142855 68:0.2222222222222222 90:0.023255813953488372 96:1.0 142:0.5 156:0.5 168:0.2 176:1.0 254:1.0 264:0.5 286:0.2 344:0.5 377:0.3333333333333333 517:0.5 801:0.3333333333333333 817:1.0 1033:1.0 1083:1.0 1191:1.0 1615:1.0 1636:1.0 1974:1.0 2508:0.5 2733:1.5 3168:1.0 3465:1.0 3954:1.0 4967:1.0 5012:1.0 5047:1.0 5053:1.0 5131:0.3333333333333333 5175:1.0 5531:1.0 5657:1.0 8311:1.0 8867:1.0 11 10:0.25 11:0.16666666666666666 39:0.5 43:0.14285714285714285 61:0.14285714285714285 63:0.25 69:0.5 82:0.1111111111111111 96:1.0 100:0.25 204:1.0 300:0.5 414:0.5 688:1.0 1033:1.0 1110:1.0 2459:0.5 2487:1.0 2733:1.0 3173:1.0 3732:1.0 4149:1.0 4816:1.0 4853:1.0 5053:1.0 5080:0.5 5085:1.0 5131:0.3333333333333333 5514:1.0 5533:1.0 5585:1.0 5754:1.0 7709:1.0
fba26887cd699318b35169eb30dfcfea87635256
449d555969bfd7befe906877abab098c6e63a0e8
/1382/CH2/EX2.63/EX_2_63.SCE
549958ba1f43435057514ffca001268aee821e45
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
433
sce
EX_2_63.SCE
// Example 2.63:mid band voltage gain and cut off frequency clc; clear; Rs=1;// ft=500//frequency in mega hertz Cbc=5;//in pico farad //H Paramters are gm=100;//in mho hfe=100;// rbe=hfe/(gm*10^-3);// in ohms rbb= 100;// Rl=500;//load resistance in ohms Av=((-gm*10^-3*Rl));//voltage gain Avs= ((Av*rbe)/(Rs*10^3+rbb+rbe));//mid band voltage gain fb= ft/hfe;// disp(Avs,"(Avs)mid band voltage gain is") disp(fb,"(fb) in mega hertz")
0ba1255c0441ed48c8dfd1b4a6c77a2807528fd2
449d555969bfd7befe906877abab098c6e63a0e8
/343/CH1/EX1.48/ex_48.sce
5fd4dfeb7f9f7d14520b3067749fa7d1bc8e124d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
233
sce
ex_48.sce
V1=60; R1=20; I=1; R2=30; R3=50; V2=40; R4=100; A=[-1,1,0;-20,-80,50;0,50,-150] //Matrix of I1,I2,I3 Coeffecients by Mesh analysis B=[1;-20;-40]; [I]=inv(A)*B; disp("Amperes",I(3,1),"Current in 100 Ohm resistor");
ca1c4018b01f237ff1d0869778d8d76a497b8e0f
449d555969bfd7befe906877abab098c6e63a0e8
/2681/CH8/EX8.16/Ex8_16.sce
9506045ee6fc79cbf25f5a0386b225455339c672
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
373
sce
Ex8_16.sce
//HPBW NNBW directivity //given clc lemda=1//as value of lemda do not effect the expression for(lemda!= 0) Da=7*lemda//aperture diameter NNBW=140*(lemda/Da)//degree HPBW=70*(lemda/Da)//degree D=6.4*(Da/lemda)^2//directivity end disp(D,NNBW,HPBW,'the half power beamwidth and beamwidth between first null and the directivity in degrees and decibles')//degree,db
a18e4197e955acc3786a4a6d1031b2243798d44b
449d555969bfd7befe906877abab098c6e63a0e8
/1301/CH8/EX8.7/ex8_7.sce
f813ea3f9433f8bb17db5a826c98ad621feb5488
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
343
sce
ex8_7.sce
clc; F=130; //force in lb r=1; //radius in inch A=%pi*r*r; //calculating Area using area=pi*r*r in in square p=F/A; //calculating pressure in lb/in square using p=F/area disp(p,"Pressure exerted on ground in lb/in square = "); //displaying result. disp(p/14.7,"Times greater than atmospheric pressure."); //displaying result.
02950de2d16df7e9c80a20a300a7e4958482b11d
449d555969bfd7befe906877abab098c6e63a0e8
/317/CH21/EX21.7/example7.sce
da4f1dff6dc198a96d47c4154de889d91cd587a3
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
825
sce
example7.sce
// find pole frequency ,Q,cutoff frequency // Electronic Principles // By Albert Malvino , David Bates // Seventh Edition // The McGraw-Hill Companies // Example 21-7, page 817 clear;clc; close; // Given data C=100*10^-12;// capacitance in faraday R1=56*10^3;// resistance in ohms R2=15*10^3;// resistance in ohms R=82*10^3;// resistance in ohms Kc=0.786;// constant for Bessel response // Calculations Av=(R2/R1)+1;// midband voltage gain Q=1/(3-Av);// q of the filter fp=1/(2*%pi*R*C);// peak frequency in hertz fc=Kc*fp;// for Bessel's response cutoff frequency is Kc*peak frequency disp(Q,"Q of the filter=") disp("hertz",fc,"cutoff frequency=") disp("hertz",fp,"peak frequency=") // Result // Q of the filter is 0.578 // peak frequency is 19.4 kHertz // cutoff frequency is 15.2 kHertz
1f74dd87d6f4780bcc4c41838e9c2e556d42eb19
717ddeb7e700373742c617a95e25a2376565112c
/1766/CH4/EX4.19/EX4_19.sce
3b4885d01e85e2647c137147fb4111384864cfbf
[]
no_license
appucrossroads/Scilab-TBC-Uploads
b7ce9a8665d6253926fa8cc0989cda3c0db8e63d
1d1c6f68fe7afb15ea12fd38492ec171491f8ce7
refs/heads/master
2021-01-22T04:15:15.512674
2017-09-19T11:51:56
2017-09-19T11:51:56
92,444,732
0
0
null
2017-05-25T21:09:20
2017-05-25T21:09:19
null
UTF-8
Scilab
false
false
951
sce
EX4_19.sce
clc;funcprot(0);......//Example 4.19 //Initialization of variables D=0.15;.........//Diameter of the steel shaft in m L=1;..........//Length of the steel shaft in m N=5;.......//Speed of shaft in rpm Tw=95;........//Temperature of shaft in degrees celcius Ta=25;.............//Temperature of air degrees celcius v=1.94*10^-5;.......//Viscosity in m^2/s K=0.0279;.......//Thermal conductivity in W/mK g=9.8;....//Gravitational constant Pr=0.71;......//Prandlt no //Calculations Tf=(Tw+Ta)/2;.........//Film temperature in K B=1/(60+273);........//Temp inverse in K^-1 w=(2*%pi*N)/60;......//Rotation speed of shraft in rad/s Re=w*(%pi*0.075^2)/v Gr=(g*B*(Tw-Ta)*D*D*D)/(v^2);.......//Grashoff No Nu=0.11*[(0.5*(Re)^2)+(Gr*Pr)]^0.35;............//Nusselt no h=(Nu*K)/(D);.........//Heat transfer co-efficient in W/m^2 K Q=h*(%pi*D*L)*(Tw-Ta);.........//Rate of convection heat loss in W disp(Q,"Rate of convection heat loss in W:")
2e92c83286422bc4161a9faed5b17f53ec48fbaa
8217f7986187902617ad1bf89cb789618a90dd0a
/source/2.3.1/demos/lmitool/test.sci
3c244e2e770323feaec14f86a090b7edca9ded2d
[ "LicenseRef-scancode-warranty-disclaimer", "LicenseRef-scancode-public-domain", "MIT" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
677
sci
test.sci
function [X]=test(A1,A2,Q1,Q2) // Generated by lmitool on Thu Feb 09 17:48:51 MET 1995 Mbound = 1e3; abstol = 1e-10; nu = 10; maxiters = 100; reltol = 1e-10; options=[Mbound,abstol,nu,maxiters,reltol]; ///////////DEFINE INITIAL GUESS AND PRELIMINARY CALCULATIONS BELOW X_init=zeros(A1) /////////// XLIST0=list(X_init) XLIST=lmisolver(XLIST0,test_eval,options) [X]=XLIST(:) /////////////////EVALUATION FUNCTION//////////////////////////// function [LME,LMI,OBJ]=test_eval(XLIST) [X]=XLIST(:) /////////////////DEFINE LME, LMI and OBJ BELOW LME=X-diag(diag(X)) LMI=list(-(A1'*X+X*A1+Q1),-(A2'*X+X*A2+Q2)) OBJ=-trace(X)
1861833c1e456f7fe329d91b6bdbc9348455eaa9
449d555969bfd7befe906877abab098c6e63a0e8
/60/CH3/EX3.11/ex_11.sce
6b0e5bef404ecbd127dce79cd3e4b16346c96331
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
82
sce
ex_11.sce
//example(3.11) c=[-6.8 10.8 -10.8 7.4 -3.7 1] p5=poly(c,'y','coeff') roots(p5)
71db39ea09e2e0e74bc13d10069b5acc74e2c12f
0398247443eeb413d3cfd5e012ea5d40e4c8b562
/02/Negate.tst
b30ecd6efa34f93d63b4ec00f0925d302bcb0d20
[]
no_license
willbr/the_elements_of_computing_systems
1cfee98bf6eeca101f4a428a35b838aefbf27afa
ee8f19720958159a22bf90eb6a5f32ea8348e6fa
refs/heads/master
2016-09-06T00:34:17.333924
2013-01-20T22:02:59
2013-01-20T22:02:59
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
443
tst
Negate.tst
// This file is part of www.nand2tetris.org // and the book "The Elements of Computing Systems" // by Nisan and Schocken, MIT Press. // File name: projects/02/HalfAdder.tst load Negate.hdl, output-file Negate.out, compare-to Negate.cmp, output-list a%B3.1.3 n%B3.1.3 out%B3.1.3; set a 0, set n 0, eval, output; set a 0, set n 1, eval, output; set a 1, set n 0, eval, output; set a 1, set n 1, eval, output;
4d159955185180635e0a90b9b37dccfdea9845a9
449d555969bfd7befe906877abab098c6e63a0e8
/575/DEPENDENCIES/955.sci
98fe5a74bb1609064d158a358865db9dd402a39b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
120
sci
955.sci
disp("from tables,") HfAcid= -1294 //Kj/mol HfBase= -469.1 //Kj/mol HfSalt= -1974 //Kj/mol HfWater= -285.8 //Kj/mol
6ed674173fd804c8a466a2a9dea8bf6a14080a7f
3c47dba28e5d43bda9b77dca3b741855c25d4802
/microdaq/macros/mdaq_fw_version_url.sci
69cba5042bbb912c2334da8db383ad4493a6168e
[ "BSD-3-Clause" ]
permissive
microdaq/Scilab
78dd3b4a891e39ec20ebc4e9b77572fd12c90947
ce0baa6e6a1b56347c2fda5583fb1ccdb120afaf
refs/heads/master
2021-09-29T11:55:21.963637
2019-10-18T09:47:29
2019-10-18T09:47:29
35,049,912
6
3
BSD-3-Clause
2019-10-18T09:47:30
2015-05-04T17:48:48
Scilab
UTF-8
Scilab
false
false
402
sci
mdaq_fw_version_url.sci
function [fw_ver,fw_ver_str, res] = mdaq_fw_version_url() res = mdaq_system_ping(); fw_ver = []; fw_ver_str =[]; if res then [logfile mlinkLog] = getURL(mdaq_get_ip()+"/log/mlink-server.log", TMPDIR); fw_ver_str = part(mlinkLog,strindex(mlinkLog, ' ver: ')+5:strindex(mlinkLog, 'build:')-1); fw_ver = strtod(strsplit(fw_ver_str, '.')); end endfunction
c4fa373ca83c83ab02a1f2734fcac5f9239c6fac
35af323ca4319450d09d96524417727a8b1b446b
/day01.sce
ffa30b09776f6ee22e8cc779d7f43e6bc1c51872
[]
no_license
Susmigo/scilab-training
5758356879713fa2abdbf57a300db2c3f388c6f8
8fd6c2af63326654283e204f0f09fba4f60e0b1f
refs/heads/master
2022-11-24T03:56:09.795868
2020-07-20T10:47:20
2020-07-20T10:47:20
280,121,038
0
0
null
null
null
null
UTF-8
Scilab
false
false
498
sce
day01.sce
item=input("enter your item:") n=input("enter the required number of items:") gst=input("enter gst rate:") select item case "star" cost=n*100 final_cost=cost*gst/100+cost disp(final_cost) case "DMILK" cost=n*100 final_cost=cost*gst/100+costs disp(final_cost) case "KITC" cost=n*100 final_cost=cost*gst/100+cost disp(final_cost) case "STAR1" cost=n*100 final_cost=cost*gst/100+cost disp(final_cost) else disp('No items found !!!') end
e702e89cbe5a5db5cd790152a78e5d96c48d4e3c
f542bc49c4d04b47d19c88e7c89d5db60922e34e
/PresentationFiles_Subjects/CONT/QX48DYH/ATWM1_Working_Memory_MEG_QX48DYH_Session2/ATWM1_Working_Memory_MEG_Salient_Cued_Run2.sce
8eeb6aa75deab0931a8b563f00b003ad5270a5b2
[]
no_license
atwm1/Presentation
65c674180f731f050aad33beefffb9ba0caa6688
9732a004ca091b184b670c56c55f538ff6600c08
refs/heads/master
2020-04-15T14:04:41.900640
2020-02-14T16:10:11
2020-02-14T16:10:11
56,771,016
0
1
null
null
null
null
UTF-8
Scilab
false
false
49,383
sce
ATWM1_Working_Memory_MEG_Salient_Cued_Run2.sce
# ATWM1 MEG Experiment scenario = "ATWM1_Working_Memory_MEG_salient_cued_run2"; #scenario_type = fMRI; # Fuer Scanner #scenario_type = fMRI_emulation; # Zum Testen scenario_type = trials; # for MEG #scan_period = 2000; # TR #pulses_per_scan = 1; #pulse_code = 1; pulse_width=6; default_monitor_sounds = false; active_buttons = 2; response_matching = simple_matching; button_codes = 10, 20; default_font_size = 36; default_font = "Arial"; default_background_color = 0 ,0 ,0 ; write_codes=true; # for MEG only begin; #Picture definitions box { height = 382; width = 382; color = 0, 0, 0;} frame1; box { height = 369; width = 369; color = 255, 255, 255;} frame2; box { height = 30; width = 4; color = 0, 0, 0;} fix1; box { height = 4; width = 30; color = 0, 0, 0;} fix2; box { height = 30; width = 4; color = 255, 0, 0;} fix3; box { height = 4; width = 30; color = 255, 0, 0;} fix4; box { height = 369; width = 369; color = 42, 42, 42;} background; TEMPLATE "StimuliDeclaration.tem" {}; trial { sound sound_incorrect; time = 0; duration = 1; } wrong; trial { sound sound_correct; time = 0; duration = 1; } right; trial { sound sound_no_response; time = 0; duration = 1; } miss; # Start of experiment (MEG only) - sync with CTF software trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; } expStart; time = 0; duration = 1000; code = "ExpStart"; port_code = 80; }; # baselinePre (at the beginning of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }default; time = 0; duration = 10000; #mri_pulse = 1; code = "BaselinePre"; port_code = 91; }; TEMPLATE "ATWM1_Working_Memory_MEG.tem" { trigger_encoding trigger_retrieval cue_time preparation_time encoding_time single_stimulus_presentation_time delay_time retrieval_time intertrial_interval alerting_cross stim_enc1 stim_enc2 stim_enc3 stim_enc4 stim_enc_alt1 stim_enc_alt2 stim_enc_alt3 stim_enc_alt4 trial_code stim_retr1 stim_retr2 stim_retr3 stim_retr4 stim_cue1 stim_cue2 stim_cue3 stim_cue4 fixationcross_cued retr_code the_target_button posX1 posY1 posX2 posY2 posX3 posY3 posX4 posY4; 41 61 292 292 399 125 2042 2992 2392 fixation_cross gabor_035 gabor_170 gabor_003 gabor_124 gabor_035_alt gabor_170_alt gabor_003 gabor_124 "2_1_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_2050_3000_2400_gabor_patch_orientation_035_170_003_124_target_position_1_2_retrieval_position_1" gabor_081_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_1_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_081_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2192 2992 2092 fixation_cross gabor_109 gabor_049 gabor_165 gabor_075 gabor_109_alt gabor_049_alt gabor_165 gabor_075 "2_2_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_2100_gabor_patch_orientation_109_049_165_075_target_position_1_2_retrieval_position_2" gabor_circ gabor_049_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_2_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_049_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2142 2992 1992 fixation_cross gabor_116 gabor_168 gabor_089 gabor_031 gabor_116_alt gabor_168 gabor_089_alt gabor_031 "2_3_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2000_gabor_patch_orientation_116_168_089_031_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_139_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_3_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_139_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1792 2992 1942 fixation_cross gabor_107 gabor_090 gabor_140 gabor_059 gabor_107_alt gabor_090 gabor_140_alt gabor_059 "2_4_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_1950_gabor_patch_orientation_107_090_140_059_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_140_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_4_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_140_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2092 2992 2092 fixation_cross gabor_175 gabor_108 gabor_042 gabor_086 gabor_175_alt gabor_108_alt gabor_042 gabor_086 "2_5_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2100_gabor_patch_orientation_175_108_042_086_target_position_1_2_retrieval_position_1" gabor_128_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_5_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2242 2992 2492 fixation_cross gabor_098 gabor_008 gabor_046 gabor_083 gabor_098_alt gabor_008 gabor_046 gabor_083_alt "2_6_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2500_gabor_patch_orientation_098_008_046_083_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_083_framed blank blank blank blank fixation_cross_target_position_1_4 "2_6_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_083_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1742 2992 1892 fixation_cross gabor_177 gabor_040 gabor_017 gabor_058 gabor_177_alt gabor_040 gabor_017 gabor_058_alt "2_7_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_1900_gabor_patch_orientation_177_040_017_058_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_103_framed blank blank blank blank fixation_cross_target_position_1_4 "2_7_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_103_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 1942 2992 1892 fixation_cross gabor_001 gabor_075 gabor_155 gabor_019 gabor_001 gabor_075_alt gabor_155 gabor_019_alt "2_8_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_UncuedRetriev_300_300_399_1950_3000_1900_gabor_patch_orientation_001_075_155_019_target_position_2_4_retrieval_position_3" gabor_circ gabor_circ gabor_108_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_8_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_108_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1792 2992 1892 fixation_cross gabor_006 gabor_094 gabor_029 gabor_114 gabor_006 gabor_094 gabor_029_alt gabor_114_alt "2_9_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_1800_3000_1900_gabor_patch_orientation_006_094_029_114_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_165_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_9_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_165_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2142 2992 2092 fixation_cross gabor_128 gabor_148 gabor_038 gabor_164 gabor_128 gabor_148_alt gabor_038_alt gabor_164 "2_10_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2100_gabor_patch_orientation_128_148_038_164_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_038_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_10_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_038_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1742 2992 2092 fixation_cross gabor_084 gabor_057 gabor_017 gabor_169 gabor_084_alt gabor_057 gabor_017 gabor_169_alt "2_11_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2100_gabor_patch_orientation_084_057_017_169_target_position_1_4_retrieval_position_1" gabor_132_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_11_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_132_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1892 2992 2242 fixation_cross gabor_015 gabor_140 gabor_124 gabor_180 gabor_015_alt gabor_140 gabor_124_alt gabor_180 "2_12_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_015_140_124_180_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_074_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_12_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_074_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 1942 2992 2092 fixation_cross gabor_071 gabor_043 gabor_013 gabor_160 gabor_071 gabor_043 gabor_013_alt gabor_160_alt "2_13_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_UncuedRetriev_300_300_399_1950_3000_2100_gabor_patch_orientation_071_043_013_160_target_position_3_4_retrieval_position_1" gabor_119_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_13_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_119_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1842 2992 1942 fixation_cross gabor_004 gabor_157 gabor_081 gabor_028 gabor_004 gabor_157_alt gabor_081 gabor_028_alt "2_14_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_1950_gabor_patch_orientation_004_157_081_028_target_position_2_4_retrieval_position_2" gabor_circ gabor_112_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_14_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_112_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1892 2992 2042 fixation_cross gabor_095 gabor_124 gabor_173 gabor_063 gabor_095 gabor_124 gabor_173_alt gabor_063_alt "2_15_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2050_gabor_patch_orientation_095_124_173_063_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_063_framed blank blank blank blank fixation_cross_target_position_3_4 "2_15_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_063_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 1792 2992 2442 fixation_cross gabor_097 gabor_063 gabor_146 gabor_117 gabor_097_alt gabor_063_alt gabor_146 gabor_117 "2_16_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_UncuedRetriev_300_300_399_1800_3000_2450_gabor_patch_orientation_097_063_146_117_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_146_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_16_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_146_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2092 2992 2592 fixation_cross gabor_104 gabor_036 gabor_073 gabor_153 gabor_104 gabor_036 gabor_073_alt gabor_153_alt "2_17_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2600_gabor_patch_orientation_104_036_073_153_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_017_framed blank blank blank blank fixation_cross_target_position_3_4 "2_17_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_017_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2192 2992 2292 fixation_cross gabor_160 gabor_111 gabor_086 gabor_037 gabor_160_alt gabor_111 gabor_086_alt gabor_037 "2_18_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_2300_gabor_patch_orientation_160_111_086_037_target_position_1_3_retrieval_position_1" gabor_021_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_18_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_021_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2242 2992 1942 fixation_cross gabor_090 gabor_123 gabor_008 gabor_035 gabor_090_alt gabor_123 gabor_008 gabor_035_alt "2_19_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_1950_gabor_patch_orientation_090_123_008_035_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_035_framed blank blank blank blank fixation_cross_target_position_1_4 "2_19_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_035_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1892 2992 2192 fixation_cross gabor_033 gabor_172 gabor_090 gabor_015 gabor_033 gabor_172_alt gabor_090_alt gabor_015 "2_20_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2200_gabor_patch_orientation_033_172_090_015_target_position_2_3_retrieval_position_2" gabor_circ gabor_172_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_20_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_172_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1992 2992 2142 fixation_cross gabor_002 gabor_122 gabor_159 gabor_177 gabor_002_alt gabor_122 gabor_159 gabor_177_alt "2_21_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_002_122_159_177_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_041_framed blank blank blank blank fixation_cross_target_position_1_4 "2_21_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_041_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 1892 2992 2192 fixation_cross gabor_180 gabor_045 gabor_100 gabor_027 gabor_180_alt gabor_045 gabor_100_alt gabor_027 "2_22_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_UncuedRetriev_300_300_399_1900_3000_2200_gabor_patch_orientation_180_045_100_027_target_position_1_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_027_framed blank blank blank blank fixation_cross_target_position_1_3 "2_22_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_027_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1942 2992 2542 fixation_cross gabor_163 gabor_024 gabor_047 gabor_137 gabor_163_alt gabor_024 gabor_047_alt gabor_137 "2_23_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2550_gabor_patch_orientation_163_024_047_137_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_047_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_23_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_047_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2242 2992 1892 fixation_cross gabor_133 gabor_018 gabor_151 gabor_065 gabor_133_alt gabor_018_alt gabor_151 gabor_065 "2_24_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_1900_gabor_patch_orientation_133_018_151_065_target_position_1_2_retrieval_position_1" gabor_133_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_24_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_133_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2142 2992 2442 fixation_cross gabor_114 gabor_053 gabor_077 gabor_097 gabor_114_alt gabor_053 gabor_077_alt gabor_097 "2_25_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_2150_3000_2450_gabor_patch_orientation_114_053_077_097_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_032_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_25_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_032_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 1792 2992 2242 fixation_cross gabor_091 gabor_148 gabor_128 gabor_064 gabor_091_alt gabor_148 gabor_128 gabor_064_alt "2_26_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_UncuedRetriev_300_300_399_1800_3000_2250_gabor_patch_orientation_091_148_128_064_target_position_1_4_retrieval_position_2" gabor_circ gabor_008_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_26_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_008_retrieval_position_2" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2042 2992 2192 fixation_cross gabor_052 gabor_005 gabor_034 gabor_122 gabor_052 gabor_005 gabor_034_alt gabor_122_alt "2_27_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2200_gabor_patch_orientation_052_005_034_122_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_034_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_27_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_034_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2042 2992 2542 fixation_cross gabor_065 gabor_002 gabor_021 gabor_130 gabor_065_alt gabor_002 gabor_021 gabor_130_alt "2_28_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2550_gabor_patch_orientation_065_002_021_130_target_position_1_4_retrieval_position_1" gabor_065_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_28_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_065_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1842 2992 1992 fixation_cross gabor_164 gabor_051 gabor_012 gabor_087 gabor_164 gabor_051 gabor_012_alt gabor_087_alt "2_29_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2000_gabor_patch_orientation_164_051_012_087_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_137_framed blank blank blank blank fixation_cross_target_position_3_4 "2_29_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_137_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1742 2992 2392 fixation_cross gabor_038 gabor_021 gabor_063 gabor_002 gabor_038_alt gabor_021 gabor_063 gabor_002_alt "2_30_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2400_gabor_patch_orientation_038_021_063_002_target_position_1_4_retrieval_position_1" gabor_176_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_30_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_176_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 1992 2992 2342 fixation_cross gabor_111 gabor_033 gabor_048 gabor_088 gabor_111_alt gabor_033 gabor_048 gabor_088_alt "2_31_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_UncuedRetriev_300_300_399_2000_3000_2350_gabor_patch_orientation_111_033_048_088_target_position_1_4_retrieval_position_3" gabor_circ gabor_circ gabor_048_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_31_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_048_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2192 2992 1942 fixation_cross gabor_033 gabor_104 gabor_149 gabor_123 gabor_033 gabor_104 gabor_149_alt gabor_123_alt "2_32_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_033_104_149_123_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_014_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_32_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_014_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1792 2992 2042 fixation_cross gabor_100 gabor_046 gabor_075 gabor_019 gabor_100 gabor_046 gabor_075_alt gabor_019_alt "2_33_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2050_gabor_patch_orientation_100_046_075_019_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_019_framed blank blank blank blank fixation_cross_target_position_3_4 "2_33_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_019_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2142 2992 2142 fixation_cross gabor_066 gabor_018 gabor_153 gabor_037 gabor_066 gabor_018_alt gabor_153_alt gabor_037 "2_34_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2150_3000_2150_gabor_patch_orientation_066_018_153_037_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_153_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_34_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_153_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1992 2992 2342 fixation_cross gabor_015 gabor_128 gabor_099 gabor_038 gabor_015 gabor_128_alt gabor_099_alt gabor_038 "2_35_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2350_gabor_patch_orientation_015_128_099_038_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_149_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_35_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_149_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 1992 2992 2342 fixation_cross gabor_067 gabor_014 gabor_172 gabor_034 gabor_067_alt gabor_014_alt gabor_172 gabor_034 "2_36_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_UncuedRetriev_300_300_399_2000_3000_2350_gabor_patch_orientation_067_014_172_034_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_172_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_36_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_172_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1742 2992 2192 fixation_cross gabor_064 gabor_012 gabor_032 gabor_176 gabor_064 gabor_012_alt gabor_032_alt gabor_176 "2_37_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2200_gabor_patch_orientation_064_012_032_176_target_position_2_3_retrieval_position_2" gabor_circ gabor_012_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_37_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_012_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2092 2992 2142 fixation_cross gabor_054 gabor_166 gabor_122 gabor_095 gabor_054 gabor_166_alt gabor_122 gabor_095_alt "2_38_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2150_gabor_patch_orientation_054_166_122_095_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_095_framed blank blank blank blank fixation_cross_target_position_2_4 "2_38_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_095_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2042 2992 2042 fixation_cross gabor_014 gabor_168 gabor_119 gabor_096 gabor_014_alt gabor_168 gabor_119_alt gabor_096 "2_39_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2050_gabor_patch_orientation_014_168_119_096_target_position_1_3_retrieval_position_1" gabor_014_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_39_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_014_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1942 2992 2592 fixation_cross gabor_094 gabor_005 gabor_167 gabor_115 gabor_094_alt gabor_005 gabor_167_alt gabor_115 "2_40_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2600_gabor_patch_orientation_094_005_167_115_target_position_1_3_retrieval_position_1" gabor_143_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_40_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_143_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 2042 2992 2592 fixation_cross gabor_040 gabor_176 gabor_069 gabor_100 gabor_040_alt gabor_176_alt gabor_069 gabor_100 "2_41_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_UncuedRetriev_300_300_399_2050_3000_2600_gabor_patch_orientation_040_176_069_100_target_position_1_2_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_147_framed blank blank blank blank fixation_cross_target_position_1_2 "2_41_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_147_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1842 2992 2242 fixation_cross gabor_111 gabor_022 gabor_180 gabor_135 gabor_111_alt gabor_022_alt gabor_180 gabor_135 "2_42_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2250_gabor_patch_orientation_111_022_180_135_target_position_1_2_retrieval_position_2" gabor_circ gabor_022_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_42_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_022_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2042 2992 1992 fixation_cross gabor_072 gabor_030 gabor_004 gabor_089 gabor_072_alt gabor_030_alt gabor_004 gabor_089 "2_43_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2050_3000_2000_gabor_patch_orientation_072_030_004_089_target_position_1_2_retrieval_position_1" gabor_072_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_43_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_072_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 1842 2992 2392 fixation_cross gabor_089 gabor_017 gabor_106 gabor_136 gabor_089_alt gabor_017 gabor_106 gabor_136_alt "2_44_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_UncuedRetriev_300_300_399_1850_3000_2400_gabor_patch_orientation_089_017_106_136_target_position_1_4_retrieval_position_2" gabor_circ gabor_017_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_44_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_017_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2242 2992 2542 fixation_cross gabor_060 gabor_039 gabor_146 gabor_078 gabor_060_alt gabor_039 gabor_146 gabor_078_alt "2_45_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2550_gabor_patch_orientation_060_039_146_078_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_128_framed blank blank blank blank fixation_cross_target_position_1_4 "2_45_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_128_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1992 2992 2342 fixation_cross gabor_149 gabor_022 gabor_066 gabor_171 gabor_149_alt gabor_022 gabor_066_alt gabor_171 "2_46_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2350_gabor_patch_orientation_149_022_066_171_target_position_1_3_retrieval_position_1" gabor_099_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_46_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_099_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1742 2992 2342 fixation_cross gabor_124 gabor_041 gabor_089 gabor_107 gabor_124 gabor_041_alt gabor_089 gabor_107_alt "2_47_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2350_gabor_patch_orientation_124_041_089_107_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_057_framed blank blank blank blank fixation_cross_target_position_2_4 "2_47_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_057_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1842 2992 2042 fixation_cross gabor_059 gabor_033 gabor_122 gabor_140 gabor_059_alt gabor_033 gabor_122 gabor_140_alt "2_48_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_2050_gabor_patch_orientation_059_033_122_140_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_002_framed blank blank blank blank fixation_cross_target_position_1_4 "2_48_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_002_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1942 2992 2442 fixation_cross gabor_092 gabor_139 gabor_110 gabor_052 gabor_092_alt gabor_139 gabor_110 gabor_052_alt "2_49_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_1950_3000_2450_gabor_patch_orientation_092_139_110_052_target_position_1_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_004_framed blank blank blank blank fixation_cross_target_position_1_4 "2_49_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_004_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 1792 2992 2042 fixation_cross gabor_113 gabor_049 gabor_136 gabor_172 gabor_113_alt gabor_049_alt gabor_136 gabor_172 "2_50_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_UncuedRetriev_300_300_399_1800_3000_2050_gabor_patch_orientation_113_049_136_172_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_087_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_50_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_087_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1842 2992 2292 fixation_cross gabor_046 gabor_074 gabor_025 gabor_089 gabor_046 gabor_074_alt gabor_025_alt gabor_089 "2_51_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_1850_3000_2300_gabor_patch_orientation_046_074_025_089_target_position_2_3_retrieval_position_3" gabor_circ gabor_circ gabor_025_framed gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_51_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_025_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2192 2992 1942 fixation_cross gabor_130 gabor_160 gabor_101 gabor_048 gabor_130 gabor_160_alt gabor_101 gabor_048_alt "2_52_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2200_3000_1950_gabor_patch_orientation_130_160_101_048_target_position_2_4_retrieval_position_2" gabor_circ gabor_160_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_52_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_160_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1742 2992 2192 fixation_cross gabor_115 gabor_165 gabor_095 gabor_138 gabor_115 gabor_165_alt gabor_095 gabor_138_alt "2_53_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_1750_3000_2200_gabor_patch_orientation_115_165_095_138_target_position_2_4_retrieval_position_2" gabor_circ gabor_165_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_4 "2_53_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_165_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2242 2992 2292 fixation_cross gabor_179 gabor_061 gabor_149 gabor_121 gabor_179_alt gabor_061 gabor_149_alt gabor_121 "2_54_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_2250_3000_2300_gabor_patch_orientation_179_061_149_121_target_position_1_3_retrieval_position_3" gabor_circ gabor_circ gabor_102_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_54_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_102_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1942 2992 1992 fixation_cross gabor_127 gabor_041 gabor_002 gabor_089 gabor_127_alt gabor_041 gabor_002 gabor_089_alt "2_55_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_1950_3000_2000_gabor_patch_orientation_127_041_002_089_target_position_1_4_retrieval_position_1" gabor_127_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_4 "2_55_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_127_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1992 2992 2142 fixation_cross gabor_018 gabor_075 gabor_099 gabor_128 gabor_018_alt gabor_075 gabor_099_alt gabor_128 "2_56_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_2000_3000_2150_gabor_patch_orientation_018_075_099_128_target_position_1_3_retrieval_position_1" gabor_153_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_56_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_153_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2092 2992 2492 fixation_cross gabor_177 gabor_094 gabor_113 gabor_006 gabor_177 gabor_094 gabor_113_alt gabor_006_alt "2_57_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2500_gabor_patch_orientation_177_094_113_006_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_006_framed blank blank blank blank fixation_cross_target_position_3_4 "2_57_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_006_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 2192 2992 2542 fixation_cross gabor_048 gabor_024 gabor_076 gabor_138 gabor_048 gabor_024_alt gabor_076_alt gabor_138 "2_58_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_UncuedRetriev_300_300_399_2200_3000_2550_gabor_patch_orientation_048_024_076_138_target_position_2_3_retrieval_position_1" gabor_048_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_58_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_048_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 2092 2992 2492 fixation_cross gabor_075 gabor_018 gabor_090 gabor_123 gabor_075 gabor_018 gabor_090_alt gabor_123_alt "2_59_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_2100_3000_2500_gabor_patch_orientation_075_018_090_123_target_position_3_4_retrieval_position_3" gabor_circ gabor_circ gabor_044_framed gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_59_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_044_retrieval_position_3" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1892 2992 2492 fixation_cross gabor_161 gabor_056 gabor_030 gabor_008 gabor_161 gabor_056_alt gabor_030 gabor_008_alt "2_60_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_1900_3000_2500_gabor_patch_orientation_161_056_030_008_target_position_2_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_145_framed blank blank blank blank fixation_cross_target_position_2_4 "2_60_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_145_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1792 2992 2592 fixation_cross gabor_015 gabor_148 gabor_036 gabor_105 gabor_015_alt gabor_148 gabor_036_alt gabor_105 "2_61_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_1800_3000_2600_gabor_patch_orientation_015_148_036_105_target_position_1_3_retrieval_position_1" gabor_015_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_61_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_015_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 2142 2992 2292 fixation_cross gabor_126 gabor_096 gabor_013 gabor_159 gabor_126 gabor_096 gabor_013_alt gabor_159_alt "2_62_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2300_gabor_patch_orientation_126_096_013_159_target_position_3_4_retrieval_position_1" gabor_080_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_3_4 "2_62_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_080_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1742 2992 2442 fixation_cross gabor_004 gabor_126 gabor_092 gabor_072 gabor_004_alt gabor_126_alt gabor_092 gabor_072 "2_63_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_1750_3000_2450_gabor_patch_orientation_004_126_092_072_target_position_1_2_retrieval_position_1" gabor_052_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_63_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_052_retrieval_position_1" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2092 2992 2392 fixation_cross gabor_006 gabor_072 gabor_129 gabor_159 gabor_006 gabor_072 gabor_129_alt gabor_159_alt "2_64_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2100_3000_2400_gabor_patch_orientation_006_072_129_159_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_159_framed blank blank blank blank fixation_cross_target_position_3_4 "2_64_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_159_retrieval_position_4" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1892 2992 2242 fixation_cross gabor_105 gabor_030 gabor_146 gabor_090 gabor_105 gabor_030_alt gabor_146_alt gabor_090 "2_65_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_105_030_146_090_target_position_2_3_retrieval_position_2" gabor_circ gabor_030_framed gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_2_3 "2_65_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_030_retrieval_position_2" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 63 292 292 399 125 2142 2992 2142 fixation_cross gabor_142 gabor_009 gabor_177 gabor_070 gabor_142 gabor_009_alt gabor_177_alt gabor_070 "2_66_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_UncuedRetriev_300_300_399_2150_3000_2150_gabor_patch_orientation_142_009_177_070_target_position_2_3_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_025_framed blank blank blank blank fixation_cross_target_position_2_3 "2_66_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_UncuedRetriev_retrieval_patch_orientation_025_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 2242 2992 2292 fixation_cross gabor_161 gabor_096 gabor_127 gabor_055 gabor_161_alt gabor_096 gabor_127_alt gabor_055 "2_67_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_2250_3000_2300_gabor_patch_orientation_161_096_127_055_target_position_1_3_retrieval_position_1" gabor_161_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_3 "2_67_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_161_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 62 292 292 399 125 1892 2992 2242 fixation_cross gabor_041 gabor_013 gabor_102 gabor_160 gabor_041_alt gabor_013_alt gabor_102 gabor_160 "2_68_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_300_300_399_1900_3000_2250_gabor_patch_orientation_041_013_102_160_target_position_1_2_retrieval_position_1" gabor_041_framed gabor_circ gabor_circ gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_68_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_CuedRetrieval_retrieval_patch_orientation_041_retrieval_position_1" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 61 292 292 399 125 1842 2992 1892 fixation_cross gabor_180 gabor_163 gabor_039 gabor_010 gabor_180 gabor_163 gabor_039_alt gabor_010_alt "2_69_Encoding_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_300_300_399_1850_3000_1900_gabor_patch_orientation_180_163_039_010_target_position_3_4_retrieval_position_4" gabor_circ gabor_circ gabor_circ gabor_145_framed blank blank blank blank fixation_cross_target_position_3_4 "2_69_Retrieval_Working_Memory_MEG_P8_LR_Salient_DoChange_CuedRetrieval_retrieval_patch_orientation_145_retrieval_position_4" 2 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; 41 64 292 292 399 125 2192 2992 1992 fixation_cross gabor_088 gabor_071 gabor_133 gabor_045 gabor_088_alt gabor_071_alt gabor_133 gabor_045 "2_70_Encoding_Working_Memory_MEG_P8_LR_Salient_NoChange_UncuedRetriev_300_300_399_2200_3000_2000_gabor_patch_orientation_088_071_133_045_target_position_1_2_retrieval_position_3" gabor_circ gabor_circ gabor_133_framed gabor_circ blank blank blank blank fixation_cross_target_position_1_2 "2_70_Retrieval_Working_Memory_MEG_P8_LR_Salient_NoChange_UncuedRetriev_retrieval_patch_orientation_133_retrieval_position_3" 1 58.69 58.69 -58.69 58.69 -58.69 -58.69 58.69 -58.69; }; # baselinePost (at the end of the session) trial { picture { box frame1; x=0; y=0; box frame2; x=0; y=0; box background; x=0; y=0; bitmap fixation_cross_black; x=0; y=0; }; time = 0; duration = 5000; code = "BaselinePost"; port_code = 92; };
2d503627dc72c61bd4a0d4696f27165aa915fdae
449d555969bfd7befe906877abab098c6e63a0e8
/37/CH1/EX1.3.6/Us7.sci
214888db9f1c0a0d93d40066acc6859e481ad4f7
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
740
sci
Us7.sci
//Exercise 1.3 //Example 1.3.6 //Adding,Subtracting and multiplying Rational Numbers function[]=rational(x1,x2,x3,x4) rational1=struct('numerator',x1,'denominator',x2); disp(rational1); rational2=struct('numerator',x3,'denominator',x4); disp(rational2); //Add x5=int32([x2 x4]); x5=lcm(x5); x6=x1*(x5/x2)+x3*(x5/x4); rational3=struct('numerator',x6,'denominator',x5); disp(rational3,"After addition"); //subtract x6=x1*(x5/x2)-x3*(x5/x4) rational4=struct('numerator',x6,'denominator',x5); disp(rational4,"After Subtraction"); //Multiply x7=x1*x3; x8=x2*x4; rational5=struct('numerator',x7,'denominator',x8); disp(rational5,"After multiplication"); endfunction x1=43; x2=32; x3=233; x4=33; rational(x1,x2,x3,x4);
b4f2a79279b97e53f578ed3fa45e263f44ed6743
8baa4268cc19995abb706bcc05c80afb319e1669
/test/create.tst
f6edac1eff6a631e2124a542c44aeb208cc37dd0
[]
no_license
nicoloison/CPSC471-Project
53c3362e0251f3c37edf0ab9769277d15670dc21
db0db7d7be776d6d6958d920596bc708d3347e82
refs/heads/master
2020-04-18T13:42:30.599190
2014-12-26T10:58:19
2014-12-26T10:58:19
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,165
tst
create.tst
curl -F "name=ribs" -F "author_name=adjuric" -F "instructions=grill em" -F "prep_time=75" -F "portions=4" -F "description=saucy ribs" -F "image=@/home/liam/src/school/cpsc471/CPSC471-Project/test/Baby-Back-Ribs.jpg" localhost/recipes/create.php curl localhost/recipes/create.php curl -F "name=ribs" localhost/recipes/create.php curl -F "name=ribs" -F "author_name=adjuric" localhost/recipes/create.php curl -F "name=ribs" -F "author_name=adjuric" -F "instructions=grill em" localhost/recipes/create.php curl -F "name=ribs" -F "author_name=adjuric" -F "instructions=grill em" -F "prep_time=75" localhost/recipes/create.php curl -F "name=ribs" -F "author_name=adjuric" -F "instructions=grill em" -F "prep_time=75" -F "portions=4" localhost/recipes/create.php curl -F "name=ribs" -F "author_name=adjuric" -F "instructions=grill em" -F "prep_time=75" -F "portions=4" -F "description=saucy ribs" -F "image=@/home/liam/src/school/cpsc471/CPSC471-Project/test/Baby-Back-Ribs.jpg" localhost/recipes/create.php curl -F "name=ribs" -F "author_name=adjuric" -F "instructions=grill em" -F "prep_time=75" -F "portions=4" -F "description=saucy ribs" localhost/recipes/create.php
ebd5872ddb9313e7c83cb227e7744acabc5760b4
449d555969bfd7befe906877abab098c6e63a0e8
/2129/CH1/EX1.18.2/ex1_18_2.sce
01b7919d5a99c0f4f87e6bc8ab3ec96193693a31
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
357
sce
ex1_18_2.sce
//Exa 1.18.2 clc; clear; close; // Given data N_c = 2.8 * 10^19;// in cm^-3 del_E = 0.25;// fermi energy in eV KT = 0.0259; f_F = exp(-(del_E)/KT); disp(f_F,"The probbaility in the condition band is occupied by an electron is "); n_o = N_c * exp(-(del_E)/KT);// in cm^-3 disp(n_o,"The thermal equilibrium electron concentration in cm^-3 is");
e00a6390fe516de4ddc6659ae8db4e07f01ddcb8
449d555969bfd7befe906877abab098c6e63a0e8
/1835/CH3/EX3.15/Ex3_15.sce
b14a5427ef46f766bfce9dd50fa424a88b59a5a1
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,169
sce
Ex3_15.sce
//CHAPTER 3 ILLUSRTATION 14 PAGE NO 111 //TITLE:FRICTION clc //βμαφɳρΠπ clear //=========================================================================================== //INPUT DATA PI=3.147 n1=3// NO OF DICS ON DRIVING SHAFTS n2=2// NO OF DICS ON DRIVEN SHAFTS d1=30// DIAMETER OF DRIVING SHAFT IN cm d2=15// DIAMETER OF DRIVEN SHAFT IN cm r1=d1/2 r2=d2/2 U=.3// COEFFICIENT FRICTION P=30000// TANSMITTING POWER IN WATTS N=1800// SPEED IN rpm //=========================================================================================== //CALCULATION n=n1+n2-1// NO OF PAIRS OF CONTACT SURFACES T=P*60000/(2*PI*N)// TORQUE IN N-m W=2*T/(n*U*(r1+r2)*10)// LOAD IN N k=W/(2*PI*(r1-r2)) p=k/r2/100// MAX AXIAL INTENSITY OF PRESSURE IN N/mm^2 //=========================================================================================== // OUTPUT printf('MAX AXIAL INTENSITY OF PRESSURE =%f N/mm^2',p)
0d73beabff211997e7defdf2ab9b7de8e3abd2c1
449d555969bfd7befe906877abab098c6e63a0e8
/24/CH7/EX7.7/Example7_7.sce
9022ae6c1e4450cc46ddbee7f6b29cc1bfe99ea9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
450
sce
Example7_7.sce
//Given that Fa = 4.9 //in N x1 = 12 * 10^-3 //in meter x2 = 17 * 10^-3 //in meter x3 = -12 * 10^-3 //in meter //Sample Problem 7-7a printf("**Sample Problem 7-7a**\n") //k * x1 = Fa //Spring constant k = Fa/x1 Ws1 = -.5* k * x2^2 printf("The work done by the spring force is %fJ\n", Ws1) //Sample Problem 7-7b printf("\n**Sample Problem 7-7b**\n") Ws2 = .5 * k * (x2^2 - x3^2) printf("The work done by the spring is %fJ", Ws2)
e568aa67faad2915c1655a19cb1741f7fcf1bdc3
449d555969bfd7befe906877abab098c6e63a0e8
/2495/CH8/EX8.23.2/Ex8_23_2.sce
d4996e71f07e2f5d8b5a1d951000bf06d84c4a5f
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
435
sce
Ex8_23_2.sce
clear clc E1=-0.74;//in V E2=-0.40;//in V E3=-0.91;//in V n1=3;// n2=1;// n3=6;// n=2;// E=((n1*E1)-(n2*E2))/n;//in V printf('E=%.2f V',E) E=E2-E1;//in V DelG1=n1*E;// printf('\nDelG1=%.2f V',DelG1) E=E1-E3;//in V DelG2=n3*E;// printf('\nDelG2=%.2f V',DelG2) E=E2-E3;//in V DelG3=n*E;// printf('\nDelG3=%.2f V',DelG3) RT_F=0.05913;//in V Keq=10^(DelG1/RT_F);// printf('\nKeq=%.2f*10^17',Keq/10^17) //page 540
2382d67b9cfb625d09a9677bb9381129dbfb2ef1
094316b2facc4f73c0685b382d8f95b4fc4efcbc
/Gauss-Jordan.sce
458d900f9265240a88e60c095557e61f31cc15e6
[]
no_license
gggfox/NumericMethods
8be5d629fc5898cefb5f962bcb894e74e3982def
60a5b8220f3897d108cb0c2475a44b89bbf452a0
refs/heads/master
2020-04-25T12:03:03.322904
2019-04-01T20:28:30
2019-04-01T20:46:28
172,553,096
0
0
null
null
null
null
UTF-8
Scilab
false
false
3,915
sce
Gauss-Jordan.sce
clear clc /////////////////////////////////////////////////////// // Gauss-Jordan.sce // // Nombre Gerardo Galan Garzafox // Matricula A00821196 // 21 / FEB / 2019 version 1.0 // ////////////////////////////////////////////////////// ///////////////////////////////////////////////////// // funcion para factorial // // Funcion que calcula el factorial de un numero // // Parametros: // dFact es el valor que se va multiplicar por todos los anteriores // // Regresa // dFact es el factorial que se obtiene con una funcion recursiva ///////////////////////////////////////////////////// function dFact = Factorial(dFact) if (dFact <= 0) then dFact = 1 else dFact = dFact* Factorial(dFact-1) end endfunction ///////////////////////////////////////////////////// // funcion para Serie de Maclaurin // // Funcion que calcula el temino que se va a sumar a las demas iteraciones // // Parametros: // dI es el valor actual de la iteracion va a ser el exponente de x // y su factorial nuestro denominador // dX el coseno de esta variable es a la cual nos queremos aproximar // dSigno Especifica el signo de la iteracion actual // Regresa // dSuma es la ecuacion para la iteracion actual ///////////////////////////////////////////////////// function dSuma = Maclaurin(dI,dX,dSigno) dSuma=(dSigno*dX^dI)/Factorial(dI) endfunction ///////////////////////////////////////////////////// // funcion para Error Relacional // // Funcion que calcula el Error Relacional, la diferencia entre el total, // Coseno de x y nuestra aproximacion // // Parametros: // dX el coseno de esta variable es a la cual nos queremos aproximar // dNuevo Es la suma actual de nuestras iteraciones // Regresa // dErrorRelacional Es un porcentaje de 0 a 100 ///////////////////////////////////////////////////// function dErrorRelacional = ErrorReal(dX,dNuevo) dErrorRelacional=((cos(dX) - dNuevo) / cos(dX))* 100 if dErrorRelacional < 0 then dErrorRelacional = dErrorRelacional* -1 end endfunction ///////////////////////////////////////////////////// // funcion para Error Aproximado // // Funcion que calcula el Error Aproximado, la diferencia entre la iteracion // anterior y la actual. // // Parametros: // dViejo Es nuestra iteracion previa // dNuevo Es la suma actual de nuestras iteraciones // Regresa // dErrorAproximado Es un porcentaje de 0 a 100 ///////////////////////////////////////////////////// function dErrorAproximado = ErrorAproximado(dNuevo,dViejo) dErrorAproximado = ((dNuevo - dViejo) / dNuevo)* 100 if dErrorAproximado < 0 then dErrorAproximado = dErrorAproximado* -1 end endfunction /////// Programa Principal // pido los valores MAT = input("Dame la matriz") dX = input("dame el numero de renglones") dY = input("dame el numero de columnas") i = 1 pivote = A(i,i) //valor inicial que incrementara de 2 en 2 hasta llegar a dN dI=0 //valores para guardar la sumatoria previa y la actual dNuevo=0 dViejo=0 //valor que va a cambiar el signo en nuestra serie de Maclaurin dSigno=1 //verifica que dN sea par y positivo, de no serlo detiene el programa if dN < 0||modulo(dN,2)~=0 then printf("El numero que escribiste es invalido") abort end // ciclo que despliega nuestra aproximacion utilizando //la serie de Maclaurin para cada iteracion while(dI<=dN) dNuevo = Maclaurin(dI,dX,dSigno) + dViejo disp(" n = " + string(dI) + " suma = "+ string(dNuevo)+" Error Real rel% = "+string(ErrorReal(dX,dNuevo))) //si hay un iteracion previa despliega el Error Aproximado if dViejo ~= 0 then disp ("Error aprox rel% = " + string(ErrorAproximado(dNuevo,dViejo))) end //hace los cambios necesarios para la siguiente iteracion if dI <= dN then dI = dI + 2 dSigno = dSigno* -1 dViejo = dNuevo end end
df9a00e9643990ed880368ec4db9f746980f32bc
449d555969bfd7befe906877abab098c6e63a0e8
/181/CH2/EX2.26/example2_26.sce
e9f451b42ed489162c62418ea3482cf7a944ead4
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
679
sce
example2_26.sce
// Dynamic resistance in forward,reverse direction // Basic Electronics // By Debashis De // First Edition, 2010 // Dorling Kindersley Pvt. Ltd. India // Example 2-26 in page 103 clear; clc; close; // Given data T=398; // Temperature in K I_0=80*10^-6; // Current in micro A eta=1; // Constant V_F=[-0.2 0.2]; // Forward voltages in Volts V_T=0.0343; // Thermal voltage in volts // Calculation alp=[1 2]; for i=1:2 R_ac=(V_T/I_0)*exp(V_F(i)/V_T); printf("(%0.0f)Dynamic resistance = %0.3e ohm\n",alp(i),R_ac); end // Result // (a) Dynamic resistance in forward direction = 1.258 ohm // (b) Dynamic resistance in reverse direction = 0.146 Mohm
4149199f963407bb7e91f59740e4f9361ebcf0f4
449d555969bfd7befe906877abab098c6e63a0e8
/1760/CH2/EX2.104/EX2_104.sce
91633bf23fd1838097abeceea12bb862122fdf7d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
415
sce
EX2_104.sce
// Example-2.104 pg no-143 L=38.5*10^-3; La=100*10^-3; Lb=53.8*10^-3; C=0.3; //CAPACITOR i=3; M=(C*L); E1=(0.5*La*(3^2)); //energy in seriesauding connection E2=(0.5*Lb*(i^2)); //ENERGY IN SERIES OPPOSING CONNECTION disp('i) M = '+string (M)+' H') disp('i) ENERGY aiding = '+string (E1)+' J') disp('i) ENERGY opposing = '+string (E2)+' J')
eb6eb1f219321056960d83d5e3357420015cd3f4
449d555969bfd7befe906877abab098c6e63a0e8
/3733/CH24/EX24.25/Ex24_25.sce
5582f703d9de5e9dfc76f333f7e793a44c03c419
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,106
sce
Ex24_25.sce
// Example 24_25 clc;funcprot(0); //Given data p_r=4.5;// Pressure ratio m_a=82;// kg/min m_f=1.4;// kg/min W_o=200;// kW W_c=230// kW p_1=1;// bar T_1=15+273;// K T_3=765+273;// K r_c=1.4;// The index of compression r_e=1.34;// The index of expansion C_pa=1;// kJ/kg.K C_pg=1.13;// kJ/kg.K n_m=0.98;// Mechanical efficiency of the compressor //Calculation W_t=(W_o+W_c)/n_m;// kW m_a=(m_a)/60;// kg/sec m_f=(m_f)/60;// kg/sec AF=m_a/m_f;// Air fuel ratio //(a) T_2a=T_1*(p_r)^((r_c-1)/r_c);// K n_c=(m_a*C_pa*((T_2a-T_1)/W_c))*100;// Isentropic efficiency of compressor in % //(b) T_4a=T_3/(p_r)^((r_e-1)/r_e);// K n_t=(W_t/((m_a+m_f)*C_pg*(T_3-T_4a)))*100;// Isentropic efficiency of turbine in % //(c) T_2=T_1+((T_2a-T_1)/(n_c/100));// K n_o=(W_o/((m_a+m_f)*C_pg*(T_3-T_2)))*100;// The over all efficiency of the plant in % printf('\n(a)Isentropic efficiency of compressor=%0.0f percentage \n(b)Isentropic efficiency of turbine=%0.1f percentage \n(c) The over all efficiency of the plant=%0.1f percentage',n_c,n_t,n_o); // The answers provided in the textbook is wrong
990d02c3de0f663ca97703559185829a8b138c85
449d555969bfd7befe906877abab098c6e63a0e8
/683/CH3/EX3.27/MS_27.sce
66f1e4ee0337e602c92399013c3701a9ec38dcd9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
321
sce
MS_27.sce
// sum 3-27 clc; clear; sigx=-105; Txy=105; sigy=270; p1=(sigx/2+sqrt((sigx/2)^2+Txy^2)); p2=(sigx/2-sqrt((sigx/2)^2+Txy^2)); p3=0; Tmax=(p1-p2)/2; siga=sigy/2; if (Tmax<=siga) then printf("The component is safe") end // printing data in scilab o/p window printf("\n Tmax is %0.1f MPa ",Tmax);
ef0f3b2e0dc30b1682a823d6222925bf85ed7cea
449d555969bfd7befe906877abab098c6e63a0e8
/564/DEPENDENCIES/5_4data.sci
58db9bfb453d9dc4a4e8c5d0fbb1a07b5ea35571
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
255
sci
5_4data.sci
clear all AB=4000;//langth AB,given,in mm BC=3000;//langth BC,given,in mm A=200;//area of bar,given,in mm^2 delT=30;//change in temprature,given,in celcius; alpha=7/10^6;//coefficient of linear expansion,given,in 1/celcius E=200000;//given in N/mm^2
73e93c0e8d90f77d2e0ae6db5a7bc4d8c01b86ef
449d555969bfd7befe906877abab098c6e63a0e8
/2495/CH8/EX8.12.1/Ex8_12_1.sce
d1a17c27046b52128e053cc6507ee39124851379
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
217
sce
Ex8_12_1.sce
clear clc E0=0.7991;//in V RT_F=0.05915;//in V K1=6.02*10^-8;// K2=1.995*10^-19;// E1=(E0-(RT_F*(-log10(K1))));// printf('E1=%.4f V',E1) E2=(E0-(RT_F*(-log10(K2))));// printf('\nE2=%.4f V',E2) //page 464
a4b09b4f6a9d71776c3d79b9cd1ea29ec9c4c26f
77d0a2e0a8687fe7a62388a1cfed0452ef663190
/wykres_a_mean_y.sci
7942db1ff49b171eb54b5efea57e9e3ac4b2d3c8
[]
no_license
chunchunalo/brownian-motion
8edbbdea6e09c856d5f905412f91b62f20891948
4293abc773fb1d22b77839850cfc130af992c273
refs/heads/master
2022-12-07T20:40:57.843726
2020-08-20T22:46:19
2020-08-20T22:46:19
null
0
0
null
null
null
null
UTF-8
Scilab
false
false
211
sci
wykres_a_mean_y.sci
exec("simulation_a.sci", 0); for i=1:n y(i) = mean(vectory(:,i)); x(i) = i; end plot2d(x, y) xgrid(16) xtitle('Aleksander Skup, N = 1000','i-ty krok', 'średnie y-owe położenie cząstek');
50e1a0297a1ec0e065e2695efcce2a70bcaed8bc
8217f7986187902617ad1bf89cb789618a90dd0a
/browsable_source/2.5/Unix-Windows/scilab-2.5/macros/scicos/do_help.sci
ebf51346c0c552a3ab9d40679628af8e69d494fb
[ "LicenseRef-scancode-public-domain", "LicenseRef-scancode-warranty-disclaimer" ]
permissive
clg55/Scilab-Workbench
4ebc01d2daea5026ad07fbfc53e16d4b29179502
9f8fd29c7f2a98100fa9aed8b58f6768d24a1875
refs/heads/master
2023-05-31T04:06:22.931111
2022-09-13T14:41:51
2022-09-13T14:41:51
258,270,193
0
1
null
null
null
null
UTF-8
Scilab
false
false
17,785
sci
do_help.sci
function do_help() // Copyright INRIA while %t do [btn,xc,yc,cwin,Cmenu]=cosclick(0) if Cmenu<>[] then name=Cmenu nm=1 break elseif cwin==curwin then k=getobj(scs_m,[xc;yc]) if k<>[] then o=scs_m(k) name=o(5) nm=0 break end elseif or(windows(find(windows(:,1)<0),2)==cwin) then kwin=find(windows(:,2)==cwin) pal=palettes(-windows(kwin,1)) k=getobj(pal,[xc;yc]) if k<>[] then o=pal(k) name=o(5) nm=0 break end end end if nm==0 then help(name) // unix_s('$SCI/bin/scilab -help ""'+name+'"" | $SCI/bin/xless &') return end select name // Misc menu--------------------------------------------------------- case 'Window' then mess=[' In the active editor Scicos window, clicking on the '; ' Window menu item invokes a dialog box that allows you to change '; ' window dimensions']; case 'Background color' then mess=[' This menu allows to change the background and defaukt foreground' ' colors'] case 'Default link colors' then mess=[' This menu allows to change the default color for regular ' ' and event links'] case 'ID font' then mess=[' This menu allows to change the font used to write the block' ' identifications (see ""Set block ID"" menu)'] case '3D aspect' then mess=[' This menu allows to select 3D shape for blocks and ' ' associated parameters'] case 'Add color' then mess=[' This menu allows to add new color to the diagram private' ' color map. Added colors are stored in the diagram data structure'] case 'Focus' then mess=[' Focus menu allows to select a zone (click left, drag zone, click' ' to select) which is focused on'; ' To change focus back use ""Zoom in"" menu'] case 'Shift' then mess=[' To shift the diagram to left, right, up or down,'; ' select this menu item, then click on the point you want '; ' to appear in the middle of the graphics window. ']; case 'Zoom in' then mess=[' When you select this menu item the diagram is zoomed in ' 'by a factor of 10%'] case 'Zoom out' then mess=[' When you select this menu item the diagram is zoomed out ' 'by a factor of 10%'] case 'Help' then mess=[' To get help on an object or menu buttons,'; ' select first Help menu item and then on '; ' the selected object or menu item.'] case 'Calc' then mess=[' When you select this menu item you switch Scilab to '; ' the pause mode (see the help on pause).'; ' In the Scilab main window and you may enter Scilab instructions'; ' to compute whatever you want.'; ' to go back to Scicos you need enter the ""return"" or'; ' ""[...]=return(...)"" Scilab instruction.'; ' ' ' If you use ""[...]=return(...)"" Scilab instruction take care'; ' not to modify Scicos variables such as ""scs_m"",""scs_gc"",'; ' ""menus"",""datam"",...'; ' ' ' If you have modified scicos graphic window you may retore it '; ' using the Scicos ""Replot"" menu.'] // Edit menu--------------------------------------------------------- case 'Palettes' then mess=[' Select the Palettes menu item to open a predefined palette.'] case 'Context' then mess=[' When you select this menu item you get a dialogue to'; ' enter scilab instructions for defining symbolic scicos parameters'; ' used in block definitions or to do whatever you want'; ' '; ' These instructions will be evaluated each time the diagram '; ' is loaded.' ' '; ' If you change the value of a symbolic scicos parameters in '; ' the contextyou can either click on the block(s) that use this'; ' variable or on the Eval menu item to update actual block parameter'; ' value.'] case 'Smart Move' then mess=[' To move a block in the active editor Scicos window'; ' or in edited palette keeping horizontal and vertical' ' links, select first the ""Smart Move"" menu item, ' ' then click on the selected block, link segment or link' ' corner, drag the mouse to the desired new position ' ' and click left again to fix the position.' ' ' ' Right click cancel the move action'] case 'Move (m)' then mess=[' To move a block in the active editor Scicos window'; ' or in edited palette,' ' select first the Move menu item, ' ' then click on the selected block, link segment or link' ' corner, drag the mouse to the desired new block position ' ' and click left again to fix the position.' ' ' ' Right click cancel the move action'] case 'Copy (c)' then mess=['To copy a block in the active editor Scicos window'; ' select first the Copy menu item, then' ' click (with left button) on the to-be-copied block' ' in Scicos windows or in a palette) , and' ' finally click left where you want the copy'; ' be placed in the active editor Scicos window.'; ' ' ' The lower left corner of the block is placed'; ' at the selected point.'; ' This menu remains active until user choose an other one'; ' ' ' Right click cancel the copy action'] case 'Copy Region' then mess=[ 'To copy a region in the active editor Scicos window'; ' select first the Copy menu item, then' ' click (with right button) on a corner of the desired'; ' region (in Scicos windows or in a palette), drag to ' ' define the region, click to fix the region and' ' finally click left where you want the copy.' ' to be placed in the active editor Scicos window.'; ' NOTE: If source diagram is big be patient, region selection ' ' may take a while.' ' ' ' The lower left corner of the block is placed'; ' at the selected point.'; ' ' ' Right click cancel the copy action'] case 'Replace' then mess=[' To replace a block in the active editor Scicos window'; ' select first the Replace menu item, then' ' select the replacement block (in Scicos window or in a' ' palette), and finally click on the to-be-replaced block'] case 'Align' then mess=[' To obtain nice diagrams, you can align ports of'; ' different blocks, vertically and horizontally.'; ' Select first the Align menu item, then click on the first'; ' port and finally on the second port.'; ' The block corresponding to the second port is moved.'; ' ' ' A connected block cannot be aligned.'] case 'Link (l)' then mess=[' To connect an output port to an input port,'; ' select first the Link menu item, then click on the output'; ' port, drag, click left on each intermediate points' ' and finally click left on the input port.'; ' ' ' To split a link, select first the Link menu item,'; ' then click left on the link where the split should be placed,'; ' drag, click left on each intermediate points' ' and finally click left on the input port.' ' ' ' Right click cancel the link action' ' ' ' Only one link can go from and to a port.'; ' Link color can be changed directly by clicking'; ' on the link.' ' ' ' This menu remains active until user choose an other one'] case 'Delete (d)' then mess=['To delete blocks or a links, select first the Delete' ' menu item, then click successively on the selected objects' '(with left button).'; ' ' ' When you delete a block all links connected to it'; ' are deleted as well.' ' ' ' This menu remains active until user choose an other one'] case 'Delete Region' then mess=['To delete a blocks in a region, select first the Delete Region' ' menu item, then click on a corner of the '; ' desired region, drag to define the region, and click left to '; ' fix the region. All connected links will be destroyed as'; ' well' ' ' ' Right click instead of left cancels the delete action'] case 'Add new block' then mess=[' To add a newly defined block to the current palette or diagram'; ' select first this menu item, A dialog box will popup '; ' asking for the name of the GUI function associated ' ' with the block. If this function is not already loaded'; ' it was search in the current directory. The user may then' ' click at the desired position of the block icon '] case 'Flip (f)' then mess=[' To reverse the positions of the (regular) inputs' ' and outputs of a block placed on its sides,'; ' select the Flip menu item first and then click on the'; ' selected block. This does not affect the order,'; ' nor the position of the input and output event'; ' ports which are numbered from left to right.' ' ' ' A connected block cannot be flipped.'] case 'Undo (u)' then mess=[' Select the Undo menu item to undo the last edit operation.' ' It is not possible to undo more!'] // Simulate menu -------------------------------------------------- case 'Setup' then mess=[' In the main Scicos window, clicking on the Setup menu item'; ' invokes a dialog box that allows you to change '; ' integration parameters: '; ' *final integration time'; ' *absolute and relative error tolerances' ; ' *time tolerance (the smallest time interval for which '; ' the ode solver is used to update continuous states)'; ' *deltat : the maximum time increase realized by a single'; ' call to the ode solver']; case 'Compile' then mess=[' select the Compile menu item to compile the block diagram.'; ' This menu item need never be used since compilation is'; ' performed automatically, if necessary, before'; ' the beginning of every simulation (Run menu item).'; ' ' ' Normally, a new compilation is not needed if only'; ' system parameters and internal states are modified.'; ' In some cases however these modifications are not'; ' correctly updated and a manual compilation may be'; ' needed before a Restart or a Continue.'; ' Please report if you encounter such a case.'] case 'Eval' then mess=[' All dialogs user answers may be scilab instructions'; ' they are evaluated immediatly and stored as character strings.' ' select this menu item to have them re-evaluated according to'; ' new values of underlying scilab variables. ' ' ' ' These underlying scilab variables may be user global variables' ' defined before scicos was launch, They may also be defined in' ' by the scicos context (see Context menu item)'] case 'Run' then mess=[' select the Run menu item to start the simulation.'; ' If the system has already been simulated, a'; ' dialog box appears where you can choose to Continue,' ' Restart or End the simulation.' ' ' ' You may interrupt the simulation by clicking on the ' ' ""stop"" button, change any of the block parameters' ' and continue the simulation with the new values.'] // Diagram menu --------------------------------------------------- case 'Replot (r)' then mess=[' Select the Replot menu item to replot the content of' ' the graphics window. Graphics window stores complete'; ' history of the editing session in memory.'; ' ' ' Replot is usefull for ''cleaning'' this memory.'] case 'New' then mess=[' Clicking on the New menu item loads an empty diagram in the'; ' active editor Scicos window. If the previous content of the'; ' window is not saved, it will be lost.'] case 'Region to Super Block' then mess=[' This menu allows to transform a rectangular region of the' ' current diagram by a super block.' ' Click on a corner of the region , drag an click left to' ' fix the region (left click cancels selection)' ' ' ' Region is replaced by a super block ans links are redrawn'] case 'Purge' then mess=[' select the Purge menu item to get a clean data structure:'; ' If diagram has been hugely modified many deleted blocks'; ' may remain in the data structure. It may be usefull to'; ' suppress then before saving.'] case 'Rename' then mess=[' This menu allows to change the diagram name. An editable' ' dialog box opens.'] case 'Save (s)' then mess=[' select the save menu item to save the block diagram'; ' in a binary file already selected by a previous'; ' select the Save As menu item. If you select this'; ' menu item and you have never clicked on the Save As'; ' menu item, the diagram is saved in the current directory'; ' as <window_name>.cos where <window_name> is the name'; ' of the window appearing on top of the window (usually'; ' Untitled or Super Block).'] case 'Save As' then mess=[' select the Save As menu item to save the block diagram'; ' or palette in a file. A dialog box allows choosing '; ' the file which must have a .cos or .cosf extension. The diagram'; ' takes the name of the file (without the extension).' ' ' ' If extension is "".cosf"" an ascii formatted save is performed' ' instead of binary save. Formatted save is slower than regular '; ' save but has the advantage that the generated file is system '; ' independent (usefull for exchanging data on different computers)'] case 'Load' then mess=[' select the Load menu item to load an ascii or binary file'; ' containing a saved block diagram or palette.' ' A dialog box allows user choosing the file.'] case 'Load as Palette' then mess=[' select the Load menu item to load an ascii or binary file'; ' containing a saved block diagram as a palette.' ' A dialog box allows user choosing the file.'] case 'Save as Palette' then mess=[' select the Save as Palette menu item to save the block diagram'; ' as a palette in a file. A dialog box allows choosing '; ' the file which must have a .cos or .cosf extension. The palette'; ' takes the name of the file (without the extension).'; ' ' ' If extension is "".cosf"" an ascii formatted save is performed' ' instead of binary save. It may take a while' ' ' ' .scilab user file is updated if necessary'] case 'Save as Interf. Func.' then mess=[' Select ""the Save as Interf. Func."" menu item to save the ' ' diagram as a new Scicos block. A Scilab function is generated' ' and saved in a file with "".sci"" extension. File name and path' ' are to be set in a ""File menu"" dialog.'] case 'Set Diagram Info' then mess=[' This menu allows to set users diagram informations' ' these infos are stored in the diagram data structure' ' and may be used as diagram user documentation' ' ' ' information format may be redefined by user '] case 'Navigator' then mess=[' This experimental menu opens a graphic window with a tree ' ' representation of the super blocks hierarchy. Each node ' ' represents a superblock.' ' ' ' Navigator window is usefull to open directly a super-block' ' every where in the hierarchy.'] case 'Quit (q)' then mess=[' Click on the Exit menu item to close current diagram. ' ' If current diagram is not a Super block Exit menu item ' ' leave Scicos and return to Scilab session. Save your diagram '; ' or palette before leaving.' ' ' ' File/Close menu as the same effect'] //Object menu -------------------------------------------------------- case 'Open/Set (o)' then mess=[' To change the parameters of a regular block or link, ' ' to open a super block, select first '; ' this menu item, click next on the desired object.' ' A dialog or edition window appears'; ' that allows you to modify object' ' ' ' It is also possible to select a super block to open clicking' ' on a node of the ""Navigator"" window']; case 'Resize' then mess=[' To change the size of a block , select first this menu item,'; ' click next on the desired block. A dialog appear that allows '; ' you to change the width and/or height of the block shape.']; case 'Icon' then mess=[' To change the icon of a block, select first this menu item,'; ' click next on the desired block. A dialog appear that allows '; ' you to enter scilab instructions used to draw the icon' ' ' ' You may use the icon_edit function to generate the scilab' ' instructions']; case 'Color' then mess=[' To change the background color of an object, select first '; ' this menu item, click next on the desired object. A dialog appear'; ' that allows you to choose the desired color']; case 'Label' then mess=[' To add a label to block, select first this menu item, click next'; ' on the desired block. A dialog appear that allows you to enter '; ' the desired label.'; ' labels are used to import data from a block in an other one']; case 'Get Info (i)' then mess=[' This menu allows to get information on an object and on ' ' its connection with other diagram objects.' ' ' ' Select this menu and click on an object' ' This menu remains selected'] case 'Identification' then mess=[' This menu allows to set an identificator to a link or a block ' ' block identificators are drawn under the block icon. Super blocks' ' input/output ports identificators are replicated over the block' ' shape ports. Links identificators are not displayed' ' ' ' Selecting this menu and clicking on a block or links opens an' ' editable dialog box'] case 'Documentation' then mess=[' This menu allows to set or get documentation for a block ' ' ' ' Selecting this menu and clicking on a block opens an' ' editable dialog box'] end if exists('mess')==0 then mess='No help available on this topic. Sorry.'; end message(mess)
c013a1197444fb303541e4f639da5c932193c786
b32474ae2727233775f44c71edfe1f10b6a3430f
/fraiz2.sci
bddccfee6697505b83a509d73aa0252c1c7395a6
[]
no_license
lucaslyon96/scilab
8400b98c25dafa13069dd64bd391c15218323575
8fe45fd3bd27ab21490682874f72f9c20c8717e1
refs/heads/master
2020-03-18T12:25:20.253687
2018-05-24T14:49:08
2018-05-24T14:49:08
134,725,468
0
0
null
null
null
null
UTF-8
Scilab
false
false
262
sci
fraiz2.sci
function [y]= fx(t) //h1=1.1 ;h2=1.8 ;h3=1.4 ;t1=0.003 ;t2=0.013 ;t3= 0.021; //y=t^2+log(t); y=(-6666.667*t^2)+176.667*t+0.63 // y=h1+((h2-h1)/(t2-t1))*(t-t1)+((((h3-h2)/(t3-t2))-((h2-h1)/(t2-t1)))/(t3-t1))*(t-t1)*(t-t2); endfunction
a320ba24962c6eae5eeb3d8a8b67050e4fa27d20
e04f3a1f9e98fd043a65910a1d4e52bdfff0d6e4
/New LSTMAttn Model/.data/lemma-split/SURPRISE-LANGUAGES/Algic/cre.tst
ccc6b17c3d233518aacadf0ec61fbfc5fa1580aa
[]
no_license
davidgu13/Lemma-vs-Form-Splits
c154f1c0c7b84ba5b325b17507012d41b9ad5cfe
3cce087f756420523f5a14234d02482452a7bfa5
refs/heads/master
2023-08-01T16:15:52.417307
2021-09-14T20:19:28
2021-09-14T20:19:28
395,023,433
3
0
null
null
null
null
UTF-8
Scilab
false
false
28,370
tst
cre.tst
kissinamukun V;IPFV;SBJV+POT+OPT kissinamukun V;PFV;SBJV kissinamukun V;IPFV;ADM kissinamukun V;PRF;COND+IND kissinamukun V;PFV;COND+POT kissinamukun V;PFV;COND+POT+OPT kissinamukun V;ADM;FUT kissinamukun V;IPFV;SBJV+OPT kissinamukun V;ADM+OPT;FUT kissinamukun V;PFV;ADM+POT kissinamukun V;IND;PRS kissinamukun V;SBJV+OPT;PRS kissinamukun V;IPFV;ADM+POT kissinamukun V;PFV;SBJV+POT+OPT kissinamukun V;PFV;ADM kissinamukun V;COND+POT+OPT;PRS kissinamukun V;PFV;IND kissinamukun V;ADM;PRS kissinamukun V;PFV;COND+IND+OPT kissinamukun V;IPFV;COND+IND kissinamukun V;IND+OPT;PRS kissinamukun V;SBJV+OPT;FUT kissinamukun V;PFV;COND+IND kissinamukun V;PFV;IND+OPT kissinamukun V;PRF;SBJV kissinamukun V;PFV;SBJV+OPT kissinamukun V;COND+IND+OPT;FUT kissinamukun V;PFV;COND+IND+OPT;FUT kissinamukun V;PRF;COND+SBJV kissinamukun V;IND;FUT kissinamukun V;PFV;SBJV;FUT kissinamukun V;PFV;COND+SBJV+OPT;FUT kissinamukun V;PFV;SBJV+OPT;FUT kissinamukun V;PFV;IND;FUT kissinamukun V;COND+IND;FUT kissinamukun V;IPFV;COND+SBJV kissinamukun V;IPFV;COND+POT+OPT kissinamukun V;PFV;COND+SBJV+OPT kissinamukun V;COND+IND;PRS kissinamukun V;SBJV;FUT kissinamukun V;COND+SBJV+OPT;FUT kissinamukun V;COND+POT;PRS kissinamukun V;PFV;ADM+POT+OPT kissinamukun V;COND+SBJV;PRS kissinamukun V;IPFV;IND kissinamukun V;IPFV;POT kissinamukun V;PFV;ADM+OPT kissinamukun V;PRF;COND+SBJV+OPT kissinamukun V;IPFV;COND+IND+OPT kissinamukun V;IPFV;COND+SBJV+OPT kissinamukun V;PFV;ADM+OPT;FUT kissinamukun V;PFV;COND+SBJV kissinamukun V;PFV;SBJV+POT kissinamukun V;PFV;COND+IND;FUT kissinamukun V;PRF;IND+OPT kissinamukun V;PFV;POT kissinamukun V;PFV;IND+OPT;FUT kissinamukun V;IMP+OPT kissinamukun V;IND+IMP kissinamukun V;PRF;COND+IND+OPT kissinamukun V;COND+SBJV+OPT;PRS kissinamukun V;IPFV;COND+POT kissinamukun V;COND+SBJV;FUT kissinamukun V;IPFV;ADM+POT+OPT kissinamukun V;IPFV;ADM+OPT kissinamukun V;ADM+OPT;PRS kissinamukun V;IPFV;SBJV kissinamukun V;IND+OPT;FUT kissinamukun V;IPFV;IND+OPT kissinamukun V;IPFV;POT+OPT kissinamukun V;PRF;ADM+OPT kissinamukun V;SBJV;PRS kissinamukun V;COND+IND+OPT;PRS kissinamukun V;PRF;SBJV+OPT kissinamukun V;PRF;IND kissinamukun V;IPFV;SBJV+POT kissinamukun V;PFV;POT+OPT kissinamukun V;SBJV;PRS kissinamukun V;PFV;COND+SBJV;FUT kissinamukun V;PFV;ADM;FUT kissinamukun V;PFV;ADM+POT+OPT kissinamukun V;PRF;ADM kissinamukun V;IPFV;ADM+POT kissinamukun V;PFV;SBJV+OPT;FUT kissinamukun V;PFV;ADM+OPT;FUT kissinamukun V;SBJV+OPT;FUT kissinamukun V;PFV;SBJV+POT+OPT kissinamukun V;PRF;ADM kissinamukun V;PFV;SBJV+POT kissinamukun V;IPFV;ADM+POT+OPT kissinamukun V;PFV;ADM;FUT kissinamukun V;ADM+OPT;PRS kissinamukun V;ADM;FUT kissinamukun V;IPFV;SBJV kissinamukun V;PFV;ADM+OPT kissinamukun V;IPFV;SBJV+POT kisastāmukun V;PFV;COND+POT+OPT kisastāmukun V;IPFV;SBJV+OPT kisastāmukun V;PFV;SBJV kisastāmukun V;PFV;ADM;FUT kisastāmukun V;SBJV+OPT;FUT kisastāmukun V;SBJV;FUT kisastāmukun V;IPFV;ADM+POT kisastāmukun V;IPFV;SBJV+POT+OPT kisastāmukun V;PRF;IND kisastāmukun V;IPFV;POT+OPT kisastāmukun V;PRF;SBJV kisastāmukun V;IPFV;COND+SBJV kisastāmukun V;IPFV;COND+POT kisastāmukun V;ADM+OPT;FUT kisastāmukun V;IPFV;ADM+OPT kisastāmukun V;PFV;ADM+OPT kisastāmukun V;COND+SBJV;PRS kisastāmukun V;PFV;COND+POT kisastāmukun V;IND+OPT;FUT kisastāmukun V;COND+IND+OPT;PRS kisastāmukun V;IND+IMP kisastāmukun V;PRF;COND+SBJV kisastāmukun V;IND+OPT;PRS kisastāmukun V;PFV;IND+OPT kisastāmukun V;ADM;PRS kisastāmukun V;PRF;IND+OPT kisastāmukun V;PFV;ADM kisastāmukun V;COND+SBJV+OPT;FUT kisastāmukun V;PFV;ADM+OPT;FUT kisastāmukun V;COND+SBJV+OPT;PRS kisastāmukun V;ADM+OPT;PRS kisastāmukun V;PFV;COND+IND;FUT kisastāmukun V;PRF;ADM+OPT kisastāmukun V;PRF;ADM kisastāmukun V;ADM;FUT kisastāmukun V;PFV;ADM+POT kisastāmukun V;SBJV+OPT;PRS kisastāmukun V;IPFV;IND+OPT kisastāmukun V;SBJV;PRS kisastāmukun V;PFV;IND;FUT kisastāmukun V;PFV;POT kisastāmukun V;PRF;COND+IND+OPT kisastāmukun V;PFV;COND+SBJV;FUT kisastāmukun V;PFV;COND+SBJV kisastāmukun V;PFV;SBJV+POT kisastāmukun V;COND+POT;PRS kisastāmukun V;COND+IND+OPT;FUT kisastāmukun V;IND;FUT kisastāmukun V;IPFV;POT kisastāmukun V;IPFV;COND+IND kisastāmukun V;IPFV;COND+POT+OPT kisastāmukun V;PFV;SBJV+OPT kisastāmukun V;IPFV;COND+SBJV+OPT kisastāmukun V;PFV;COND+IND kisastāmukun V;PFV;SBJV+OPT;FUT kisastāmukun V;PFV;COND+IND+OPT;FUT kisastāmukun V;IPFV;SBJV+POT kisastāmukun V;IPFV;ADM kisastāmukun V;IND;PRS kisastāmukun V;PFV;COND+SBJV+OPT kisastāmukun V;PFV;SBJV+POT+OPT kisastāmukun V;PRF;COND+SBJV+OPT kisastāmukun V;PFV;COND+SBJV+OPT;FUT kisastāmukun V;IPFV;ADM+POT+OPT kisastāmukun V;PFV;SBJV;FUT kisastāmukun V;PFV;IND kisastāmukun V;COND+SBJV;FUT kisastāmukun V;IPFV;SBJV kisastāmukun V;PFV;ADM+POT+OPT kisastāmukun V;PRF;COND+IND kisastāmukun V;IPFV;IND kisastāmukun V;PFV;IND+OPT;FUT kisastāmukun V;PFV;COND+IND+OPT kisastāmukun V;IPFV;COND+IND+OPT kisastāmukun V;COND+IND;FUT kisastāmukun V;IMP+OPT kisastāmukun V;PFV;SBJV+POT+OPT kisastāmukun V;PRF;SBJV+OPT kisastāmukun V;PFV;ADM+POT kisastāmukun V;PRF;ADM+OPT kisastāmukun V;IPFV;COND+POT+OPT kisastāmukun V;PFV;ADM+OPT kisastāmukun V;IPFV;SBJV+POT kisastāmukun V;COND+POT+OPT;PRS kisastāmukun V;PRF;SBJV+OPT kisastāmukun V;IPFV;ADM kisastāmukun V;COND+IND;PRS kisastāmukun V;PFV;ADM+POT+OPT kisastāmukun V;PFV;ADM kisastāmukun V;PRF;ADM kisastāmukun V;PRF;SBJV kisastāmukun V;SBJV;PRS kisastāmukun V;IPFV;ADM+POT+OPT kisastāmukun V;PFV;POT+OPT kisastāmukun V;ADM+OPT;FUT kisastāmukun V;PFV;ADM+OPT;FUT kisastāmukun V;ADM;PRS kisastāmukun V;PFV;SBJV+POT isitissảhum V;NO3SI;SBJV+POT;SG;3;PST isitissảhum V;NO3PA;POT;SG;1;PRS isitissảhum V;NO3PA;IND;SG;3;FUT isitissảhum V;NO3SI;IND;SG;2;FUT isitissảhum V;NO3SI;SBJV;PL;1+INCL;PST isitissảhum V;NO3SI;IMP;PL;3;PRS isitissảhum V;NO3SI;IND;PL;1+INCL;PST isitissảhum V;NO3SA;IMP;PL;1+INCL;PRS isitissảhum V;NO3SA;PRF;IND;PL;1+INCL isitissảhum V;NO3SI;SBJV+POT;PL;2;PST isitissảhum V;NO3SA;POT;PL;2;PST isitissảhum V;NO3PA;PFV;POT;SG;1 isitissảhum V;NO3SI;PRF;IND;PL;2 isitissảhum V;NO3SI;IMP;PL;2;PRS isitissảhum V;NO3PA;IND;SG;3;PST isitissảhum V;NO3PA;PFV;POT;PL;2 isitissảhum V;NO3PA;IMP;SG;3;PRS isitissảhum V;NO3PA;IND;PL;2;PST isitissảhum V;NO3SI;PFV;IND;PL;2 isitissảhum V;NO3PA;IND;PL;1+INCL;PST isitissảhum V;NO3SA;POT;SG;2;PST isitissảhum V;NO3SI;SBJV;PL;1+INCL;PRS isitissảhum V;NO3SA;PRF;IND;PL;1;FUT isitissảhum V;NO3SI;POT;SG;3;PST isitissảhum V;NO3SI;IND;PL;2;PRS isitissảhum V;NO3SA;SBJV;SG;1;PRS isitissảhum V;NO3PA;POT;PL;2;PST isitissảhum V;NO3SI;POT;PL;3;PST isitissảhum V;NO3SI;IND;PL;1+INCL;FUT isitissảhum V;NO3SI;SBJV;PL;3;PST isitissảhum V;NO3SI;IND;SG;3;FUT isitissảhum V;NO3SA;IMP;PL;2;FUT isitissảhum V;NO3SI;PFV;SBJV+POT;PL;1+INCL isitissảhum V;NO3SA;PFV;IND;PL;3 isitissảhum V;NO3SI;IND;PL;2;PST isitissảhum V;NO3SI;PFV;SBJV;PL;3 isitissảhum V;NO3SI;IND;SG;3;PRS isitissảhum V;NO3PA;PRF;IND;SG;3 isitissảhum V;NO3PA;IND;PL;3;PST isitissảhum V;ANIM;NO3SA;PRF;IND;SG;1 isitissảhum V;NO3SA;PRF;IND;PL;3 isitissảhum V;NO3SI;IND;PL;3;PST isitissảhum V;NO3SA;PFV;IND;SG;2 isitissảhum V;NO3SA;PRF;IND;SG;3;FUT isitissảhum V;NO3PA;IND;PL;2;PRS isitissảhum V;NO3SA;SBJV;SG;3;PRS isitissảhum V;NO3PA;IND;PL;1+INCL;FUT isitissảhum V;NO3PA;IMP;PL;1+INCL;FUT isitissảhum V;NO3SI;PFV;IND;PL;1+INCL isitissảhum V;NO3SI;PRF;SBJV;SG;1;FUT isitissảhum V;NO3SA;PFV;POT;PL;1+INCL isitissảhum V;NO3SI;POT;PL;1+INCL;PST isitissảhum V;NO3SA;IMP;PL;2;PRS isitissảhum V;NO3PA;SBJV;SG;2;PRS isitissảhum V;NO3SI;SBJV+POT;PL;3;PST isitissảhum V;NO3PA;PRF;IND;SG;2 isitissảhum V;NO3PA;POT;SG;1;PST isitissảhum V;NO3SI;SBJV;SG;1;PST isitissảhum V;NO3SI;SBJV;SG;1;PRS isitissảhum V;ANIM;NO3SA;IND;SG;1;FUT isitissảhum V;NO3PA;PRF;IND;PL;2;FUT isitissảhum V;NO3SI;PFV;SBJV+POT;PL;3 isitissảhum V;NO3SI;PFV;SBJV+POT;SG;3 isitissảhum V;NO3SI;PFV;POT;PL;1+INCL isitissảhum V;NO3SI;IMP;PL;1+INCL;PRS isitissảhum V;NO3PA;POT;SG;3;PST isitissảhum V;NO3SI;PRF;IND;PL;1+INCL isitissảhum V;NO3PA;IMP;SG;3;FUT isitissảhum V;NO3SI;PRF;IND;SG;2 isitissảhum V;NO3SA;IND;PL;1+INCL;PRS isitissảhum V;NO3SI;SBJV;SG;3;PRS isitissảhum V;NO3SI;PRF;IND;SG;3;FUT isitissảhum V;NO3SI;IND;SG;3;PST isitissảhum V;NO3SI;PFV;IND;SG;1 isitissảhum V;NO3PA;POT;SG;3;PRS isitissảhum V;NO3SI;PRF;SBJV;SG;3;FUT isitissảhum V;NO3PA;SBJV;PL;1;PRS isitissảhum V;IND;SG;3;PST isitissảhum V;NO3PA;POT;PL;1+INCL;PST isitissảhum V;NO3SI;PRF;SBJV;SG;2 isitissảhum V;NO3PA;PFV;POT;PL;3 isitissảhum V;NO3SA;PFV;IND;SG;1 isitissảhum V;NO3SI;IND;PL;2;FUT isitissảhum V;NO3SA;IND;PL;2;FUT isitissảhum V;NO3SI;PRF;SBJV;SG;3 isitissảhum V;NO3SI;POT;SG;1;PST isitissảhum V;NO3SA;IND;SG;3;FUT isitissảhum V;PFV;POT;SG;3 isitissảhum V;NO3SI;PFV;POT;PL;3 isitissảhum V;NO3PA;IND;SG;1;PST isitissảhum V;NO3SI;SBJV;SG;3;FUT isitissảhum V;NO3SI;IND;PL;3;PRS isitissảhum V;NO3SI;PFV;SBJV;PL;1+INCL isitissảhum V;NO3SI;POT;PL;2;PST isitissảhum V;NO3SA;IND;PL;1;PRS isitissảhum V;NO3SI;IND;SG;2;PST isitissảhum V;NO3SI;IND;SG;1;PST isitissảhum V;NO3SI;SBJV;PL;2;FUT isitissảhum V;PFV;IND;SG;3 isitissảhum V;NO3SA;POT;PL;3;PST isitissảhum V;NO3SI;IND;PL;3;FUT isitissảhum V;NO3SI;SBJV;PL;2;PRS isitissảhum V;NO3SA;IND;PL;1+INCL;FUT isitissảhum V;NO3PA;SBJV;PL;3;PRS isitissảhum V;NO3SA;IND;PL;2;PRS isitissảhum V;NO3PA;POT;SG;2;PRS isitissảhum V;NO3SI;IMP;SG;2;PRS isitissảhum V;NO3SA;POT;PL;1+INCL;PST isitissảhum V;NO3SI;PFV;IND;PL;3 isitissảhum V;NO3SI;PRF;IND;PL;1+INCL;FUT isitissảhum V;NO3SA;PRF;IND;SG;2 isitissảhum V;NO3SA;IMP;PL;3;FUT isitissảhum V;NO3SA;SBJV;PL;1+INCL;PRS isitissảhum V;NO3SA;POT;SG;3;PRS isitissảhum V;NO3SA;IND;PL;1+INCL;PST isitissảhum V;NO3SA;SBJV;PL;1;PRS isitissảhum V;NO3PA;IND;SG;2;PST isitissảhum V;NO3PA;PRF;IND;PL;1+INCL isitissảhum V;NO3PA;PFV;POT;SG;3 isitissảhum V;NO3SA;PFV;POT;SG;2 isitissảhum V;NO3SI;SBJV;SG;2;PRS isitissảhum V;NO3SI;POT;SG;2;PST isitissảhum V;NO3PA;IMP;SG;2;FUT isitissảhum V;NO3SI;PRF;SBJV;PL;1+INCL;FUT isitissảhum V;NO3SA;IMP;PL;1;PRS isitissảhum V;NO3SA;PFV;POT;PL;2 isitissảhum V;NO3SI;PRF;IND;PL;3;FUT isitissảhum V;NO3SA;POT;PL;1+INCL;PRS isitissảhum V;NO3PA;IND;PL;1+INCL;PRS isitissảhum V;NO3PA;IND;PL;2;FUT isitissảhum V;NO3SI;SBJV;PL;3;PRS isitissảhum V;NO3PA;IND;SG;2;FUT isitissảhum V;NO3SA;IMP;SG;3;PRS isitissảhum V;NO3SI;PFV;POT;SG;2 isitissảhum V;NO3SA;IND;SG;1;PRS isitissảhum V;NO3SI;PRF;SBJV;PL;1+INCL isitissảhum V;NO3SI;PFV;SBJV;SG;3 isitissảhum V;NO3SI;PRF;SBJV;PL;3;FUT isitissảhum V;NO3SI;SBJV;SG;2;PST isitissảhum V;NO3SA;POT;PL;2;PRS isitissảhum V;NO3SI;PFV;SBJV+POT;SG;1 isitissảhum V;NO3PA;IND;SG;1;PRS isitissảhum V;NO3SA;PRF;IND;PL;1+INCL;FUT isitissảhum V;NO3PA;IMP;PL;1;PRS isitissảhum V;NO3SA;IND;SG;2;FUT isitissảhum V;NO3SI;PRF;SBJV;PL;3 isitissảhum V;NO3SA;PFV;IND;PL;1+INCL isitissảhum V;NO3SA;PRF;IND;PL;3;FUT isitissảhum V;NO3SA;PFV;POT;SG;1 isitissảhum V;POT;SG;3;PST isitissảhum V;NO3SI;SBJV;SG;1;FUT isitissảhum V;NO3SI;PFV;SBJV+POT;PL;2 isitissảhum V;NO3SI;PFV;SBJV;SG;2 isitissảhum V;NO3PA;POT;PL;1+INCL;PRS isitissảhum V;NO3SI;SBJV+POT;SG;1;PST isitissảhum V;NO3SI;PFV;POT;SG;3 isitissảhum V;NO3SI;SBJV;PL;1+INCL;FUT isitissảhum V;NO3SI;PRF;IND;SG;1;FUT isitissảhum V;NO3PA;PFV;POT;SG;2 isitissảhum V;NO3SI;PFV;SBJV;PL;2 isitissảhum V;NO3SA;IND;SG;3;PRS isitissảhum V;NO3SA;IND;PL;3;PST isitissảhum V;NO3SI;IND;SG;1;PRS isitissảhum V;NO3SA;IMP;SG;2;PRS isitissảhum V;NO3SA;POT;SG;2;PRS isitissảhum V;NO3SI;PFV;IND;SG;3 isitissảhum V;NO3PA;SBJV;PL;2;PRS isitissảhum V;NO3SI;PFV;SBJV;SG;1 isitissảhum V;NO3SI;PFV;POT;SG;1 isitissảhum V;NO3SA;SBJV;PL;3;PRS isitissảhum V;NO3SA;IND;SG;1;PST isitissảhum V;NO3PA;IND;PL;1;PRS isitissảhum V;NO3PA;SBJV;PL;1+INCL;PRS isitissảhum V;NO3SI;PFV;POT;PL;2 isitissảhum V;NO3PA;POT;PL;3;PRS isitissảhum V;NO3PA;PRF;IND;PL;1+INCL;FUT isitissảhum V;NO3SA;IMP;PL;3;PRS isitissảhum V;NO3SA;SBJV;PL;2;PRS isitissảhum V;NO3SA;PRF;IND;SG;3 isitissảhum V;NO3SI;PRF;SBJV;SG;2;FUT isitissảhum V;NO3PA;PRF;IND;PL;2 isitissảhum V;ANIM;NO3SA;PRF;IND;SG;1;FUT isitissảhum V;NO3PA;POT;PL;2;PRS isitissảhum V;NO3PA;POT;PL;3;PST isitissảhum V;ANIM;NO3SA;POT;SG;1;PRS isitissảhum V;NO3SI;SBJV;SG;3;PST isitissảhum V;NO3SI;PRF;SBJV;PL;2;FUT isitissảhum V;NO3SI;SBJV;PL;3;FUT isitissảhum V;NO3PA;IND;PL;3;FUT isitissảhum V;NO3SI;PRF;SBJV;PL;1+INCL isitissảhum V;NO3SI;SBJV+POT;SG;2;PST isitissảhum V;NO3SI;SBJV;SG;2;FUT isitissảhum V;NO3SI;PRF;SBJV;PL;2 isitissảhum V;NO3SA;IND;SG;2;PRS isitissảhum V;NO3SI;PFV;IND;PL;2 isitissảhum V;NO3SI;PRF;SBJV;SG;1 isitissảhum V;NO3SI;IND;SG;2;PRS isitissảhum V;NO3PA;IMP;SG;2;FUT isitissảhum V;NO3SA;SBJV;SG;2;PRS isitissảhum V;NO3PA;PFV;POT;PL;1+INCL isitissảhum V;NO3SI;PFV;SBJV;PL;3 isitissảhum V;NO3PA;PRF;IND;SG;1 isitissảhum V;NO3SI;PFV;SBJV+POT;PL;1+INCL isitissảhum V;NO3PA;IMP;PL;1+INCL;FUT isitissảhum V;NO3SI;IMP;SG;3;PRS isitissảhum V;NO3SA;POT;PL;3;PRS isitissảhum V;NO3SI;PRF;IND;PL;2;FUT isitissảhum V;NO3SI;SBJV;SG;3;PST isitissảhum V;NO3SI;IND;PL;1+INCL;PST isitissảhum V;NO3PA;SBJV;SG;3;PRS isitissảhum V;NO3SI;SBJV;PL;2;PST isitissảhum V;NO3SI;PFV;POT;PL;2 isitissảhum V;NO3SI;PFV;IND;SG;2 isitissảhum V;NO3SI;IND;PL;1+INCL;PRS isitissảhum V;NO3PA;POT;PL;1+INCL;PST isitissảhum V;NO3SI;PFV;IND;SG;2 isitissảhum V;NO3PA;IND;SG;3;PRS isitissảhum V;NO3SI;PFV;SBJV+POT;SG;2 isitissảhum V;NO3SA;POT;SG;1;PST isitissảhum V;NO3SI;PFV;SBJV+POT;PL;3 isitissảhum V;NO3SA;PRF;IND;PL;2;FUT isitissảhum V;NO3SI;IND;SG;2;PST isitissảhum V;NO3SI;POT;SG;3;PST isitissảhum V;NO3PA;PFV;POT;PL;1+INCL isitissảhum V;NO3PA;IMP;SG;2;PRS isitissảhum V;NO3PA;IND;SG;2;PRS isitissảhum V;NO3SA;POT;PL;1+INCL;PRS isitissảhum V;NO3PA;PRF;IND;SG;1;FUT isitissảhum V;NO3PA;PRF;IND;SG;3;FUT isitissảhum V;NO3PA;PRF;IND;SG;2;FUT isitissảhum V;NO3SA;PFV;IND;PL;2 isitissảhum V;NO3SI;PFV;IND;PL;1+INCL isitissảhum V;NO3SI;SBJV+POT;PL;1+INCL;PST isitissảhum V;NO3PA;PRF;IND;PL;3;FUT isitissảhum V;NO3SI;SBJV;PL;1+INCL;FUT isitissảhum V;NO3SI;PRF;SBJV;PL;1+INCL;FUT isitissảhum V;NO3PA;IND;PL;3;PRS isitissảhum V;NO3SI;IND;SG;1;FUT isitissảhum V;NO3PA;IND;SG;3;PST isitissảhum V;NO3PA;IND;SG;1;FUT isitissảhum V;NO3SI;SBJV;PL;3;FUT isitissảhum V;NO3PA;PRF;IND;PL;3 isitissảhum V;NO3SA;PFV;IND;PL;1+INCL isitissảhum V;NO3SA;IND;PL;3;FUT isitissảhum V;NO3PA;IMP;PL;1;FUT isitissảhum V;NO3PA;SBJV;SG;1;PRS isitissảhum V;NO3SI;IND;PL;1+INCL;PRS isitissảhum V;NO3SI;PFV;POT;PL;3 isitissảhum V;NO3SI;SBJV+POT;PL;3;PST isitissảhum V;NO3SI;IND;SG;3;PST isitissảhum V;NO3SA;PFV;POT;PL;3 isitissảhum V;NO3SA;PRF;IND;PL;2 isitissảhum V;NO3SA;IND;PL;2;PST isitissảhum V;NO3SI;PRF;SBJV;PL;3;FUT isitissảhum V;NO3SI;POT;PL;3;PST isitissảhum V;NO3PA;POT;SG;2;PST isitissảhum V;NO3SA;IMP;PL;2;PRS isitissảhum V;NO3SA;IND;PL;3;PRS isitissảhum V;NO3SI;POT;PL;1+INCL;PST isitissảhum V;NO3PA;IND;SG;2;PST isitissảhum V;NO3PA;IND;PL;1+INCL;PST isitissảhum V;NO3SA;PRF;IND;SG;2;FUT isitissảhum V;NO3PA;PRF;IND;PL;1+INCL;FUT isitissảhum V;NO3SA;PFV;POT;PL;1+INCL isitissảhum V;NO3SI;PFV;IND;PL;3 isitissảhum V;NO3SI;PRF;IND;PL;1+INCL;FUT isitissảhum V;NO3SI;PRF;IND;SG;2;FUT isitissảhum V;NO3SI;PRF;IND;SG;1 isitissảhum V;NO3SI;PRF;IND;SG;3 isitissảhum V;NO3SA;IND;SG;2;PST isitissảhum V;NO3SI;IMP;PL;1+INCL;PRS isitissảhum V;NO3SI;PRF;IND;PL;3 isitissảhum V;NO3SI;PFV;POT;SG;1 wapun V;COND+SBJV+OPT;FUT wapun V;ADM+OPT;PRS wapun V;IPFV;COND+IND wapun V;PFV;SBJV+POT+OPT wapun V;PFV;COND+POT wapun V;IND+OPT;PRS wapun V;PFV;ADM+POT+OPT wapun V;ADM;PRS wapun V;PFV;IND;FUT wapun V;COND+POT+OPT;PRS wapun V;PFV;COND+SBJV+OPT;FUT wapun V;IPFV;POT wapun V;PFV;COND+IND+OPT;FUT wapun V;PFV;COND+IND+OPT wapun V;COND+IND;FUT wapun V;PFV;COND+SBJV;FUT wapun V;ADM+OPT;FUT wapun V;SBJV+OPT;PRS wapun V;PRF;COND+IND+OPT wapun V;PFV;POT+OPT wapun V;PFV;POT wapun V;PRF;COND+SBJV+OPT wapun V;IPFV;SBJV wapun V;IPFV;ADM+POT wapun V;IPFV;IND+OPT wapun V;IPFV;COND+POT wapun V;PFV;COND+IND;FUT wapun V;IND;FUT wapun V;PRF;COND+SBJV wapun V;SBJV+OPT;FUT wapun V;PFV;SBJV wapun V;IPFV;ADM+OPT wapun V;COND+POT;PRS wapun V;IPFV;SBJV+POT+OPT wapun V;PRF;IND wapun V;COND+SBJV+OPT;PRS wapun V;PRF;ADM wapun V;PRF;SBJV+OPT wapun V;PFV;ADM+OPT wapun V;IPFV;COND+IND+OPT wapun V;COND+IND+OPT;FUT wapun V;IPFV;IND wapun V;PFV;COND+POT+OPT wapun V;PRF;SBJV wapun V;IND+OPT;FUT wapun V;PFV;SBJV+OPT wapun V;IPFV;COND+SBJV wapun V;COND+IND;PRS wapun V;IPFV;SBJV+POT wapun V;IPFV;ADM+POT+OPT wapun V;PRF;IND+OPT wapun V;PFV;ADM wapun V;PFV;COND+SBJV wapun V;SBJV;FUT wapun V;ADM;FUT wapun V;PFV;IND+OPT wapun V;PFV;ADM;FUT wapun V;IPFV;COND+POT+OPT wapun V;IND;PRS wapun V;PFV;COND+SBJV+OPT wapun V;SBJV;PRS wapun V;IND+IMP wapun V;IPFV;COND+SBJV+OPT wapun V;PFV;IND+OPT;FUT wapun V;PFV;SBJV+OPT;FUT wapun V;IPFV;SBJV+OPT wapun V;PFV;COND+IND wapun V;COND+SBJV;PRS wapun V;COND+IND+OPT;PRS wapun V;PRF;COND+IND wapun V;PFV;ADM+POT wapun V;PFV;SBJV+POT wapun V;PRF;ADM+OPT wapun V;ADM;PRS wapun V;COND+SBJV;FUT wapun V;PFV;IND wapun V;PFV;ADM+POT wapun V;PFV;ADM+OPT;FUT wapun V;PFV;SBJV;FUT wapun V;IPFV;COND+SBJV wapun V;IPFV;ADM+OPT wapun V;IPFV;POT+OPT wapun V;IPFV;ADM wapun V;IPFV;ADM+POT+OPT wapun V;IMP+OPT wapun V;ADM+OPT;FUT wapun V;ADM+OPT;PRS wapun V;PFV;ADM+OPT;FUT wapun V;PFV;ADM+POT+OPT wapun V;PFV;ADM;FUT pusustả V;NO3SI;PFV;IND;PL;3 pusustả V;NO3SA;IMP;PL;2;PRS pusustả V;NO3SI;POT;PL;3;PST pusustả V;NO3SI;SBJV;SG;1;PST pusustả V;NO3PA;IND;SG;1;FUT pusustả V;NO3SI;PFV;IND;PL;1+INCL pusustả V;NO3SI;SBJV;SG;3;PST pusustả V;NO3SA;POT;PL;3;PRS pusustả V;NO3SA;IND;SG;3;FUT pusustả V;POT;SG;3;PST pusustả V;NO3SI;IND;PL;1+INCL;PST pusustả V;NO3SI;IND;SG;2;PST pusustả V;NO3SA;PFV;POT;PL;3 pusustả V;NO3PA;POT;SG;3;PRS pusustả V;NO3SI;PFV;POT;PL;2 pusustả V;IND;SG;3;PST pusustả V;NO3SA;IMP;PL;1+INCL;PRS pusustả V;NO3SI;PFV;SBJV;PL;3 pusustả V;NO3SI;PRF;IND;SG;3;FUT pusustả V;NO3SI;IND;SG;1;FUT pusustả V;NO3SA;PFV;POT;SG;2 pusustả V;NO3SA;IND;SG;1;PRS pusustả V;NO3SA;IND;PL;3;FUT pusustả V;NO3SI;PFV;SBJV+POT;SG;3 pusustả V;NO3PA;SBJV;SG;1;PRS pusustả V;NO3PA;PRF;IND;SG;3 pusustả V;NO3SI;PFV;IND;SG;2 pusustả V;NO3SI;PRF;IND;PL;2;FUT pusustả V;NO3SI;PRF;SBJV;PL;1+INCL pusustả V;NO3SA;IND;PL;2;PST pusustả V;NO3SI;POT;SG;3;PST pusustả V;NO3SI;PRF;SBJV;PL;2;FUT pusustả V;NO3SA;IND;PL;2;PRS pusustả V;NO3PA;IND;PL;2;PRS pusustả V;NO3SA;IND;PL;3;PST pusustả V;NO3SI;PRF;IND;PL;1+INCL pusustả V;NO3SI;POT;SG;2;PST pusustả V;NO3SA;IND;SG;3;PRS pusustả V;NO3SI;PRF;SBJV;PL;3;FUT pusustả V;NO3SA;PRF;IND;PL;1;FUT pusustả V;NO3SI;PRF;SBJV;PL;1+INCL;FUT pusustả V;NO3SA;PFV;IND;PL;2 pusustả V;NO3PA;IND;SG;3;PRS pusustả V;NO3PA;IND;SG;2;PRS pusustả V;NO3SA;POT;PL;2;PRS pusustả V;NO3SA;PFV;IND;PL;1+INCL pusustả V;NO3PA;POT;SG;1;PST pusustả V;NO3SI;SBJV;SG;1;FUT pusustả V;NO3PA;POT;SG;2;PST pusustả V;NO3SI;IND;PL;2;PST pusustả V;NO3PA;IND;SG;1;PRS pusustả V;NO3SI;PRF;IND;PL;3 pusustả V;NO3SA;PRF;IND;SG;2 pusustả V;NO3PA;SBJV;PL;3;PRS pusustả V;NO3SI;IND;PL;1+INCL;FUT pusustả V;NO3PA;POT;SG;2;PRS pusustả V;NO3SA;SBJV;PL;1;PRS pusustả V;NO3SA;POT;SG;1;PST pusustả V;NO3SA;PRF;IND;PL;1+INCL pusustả V;NO3PA;POT;SG;1;PRS pusustả V;NO3PA;SBJV;PL;2;PRS pusustả V;NO3PA;IMP;PL;1;FUT pusustả V;NO3SI;PFV;IND;PL;2 pusustả V;NO3SI;IND;SG;2;FUT pusustả V;NO3SI;SBJV+POT;SG;1;PST pusustả V;NO3PA;PFV;POT;PL;3 pusustả V;NO3PA;SBJV;SG;3;PRS pusustả V;NO3PA;IND;PL;2;PST pusustả V;NO3SA;PRF;IND;SG;3 pusustả V;PFV;POT;SG;3 pusustả V;NO3SI;PRF;SBJV;PL;2 pusustả V;NO3SI;PFV;SBJV+POT;PL;3 pusustả V;NO3SI;PRF;SBJV;PL;3 pusustả V;NO3SI;IND;SG;3;PST pusustả V;NO3SI;PFV;SBJV;SG;2 pusustả V;NO3PA;IND;PL;3;PRS pusustả V;NO3SI;PRF;IND;SG;1 pusustả V;NO3PA;PRF;IND;PL;1+INCL pusustả V;PFV;IND;SG;3 pusustả V;NO3SI;PRF;IND;PL;1+INCL;FUT pusustả V;NO3SI;SBJV;SG;2;FUT pusustả V;NO3PA;SBJV;PL;1;PRS pusustả V;NO3SI;IND;SG;1;PRS pusustả V;NO3PA;IMP;PL;1;PRS pusustả V;NO3SI;IMP;PL;1+INCL;PRS pusustả V;NO3SA;PFV;POT;PL;1+INCL pusustả V;NO3SI;IMP;SG;2;PRS pusustả V;NO3PA;IMP;SG;3;PRS pusustả V;NO3SI;PFV;IND;SG;1 pusustả V;NO3PA;IMP;PL;1+INCL;FUT pusustả V;NO3SA;IMP;PL;3;FUT pusustả V;NO3SI;SBJV;PL;3;FUT pusustả V;NO3SA;PRF;IND;PL;3 pusustả V;NO3SI;IND;SG;3;FUT pusustả V;NO3SI;IMP;PL;2;PRS pusustả V;NO3PA;POT;PL;2;PRS pusustả V;NO3SA;IMP;PL;3;PRS pusustả V;NO3PA;POT;PL;3;PST pusustả V;NO3SI;PFV;IND;SG;3 pusustả V;NO3SI;PFV;SBJV;SG;3 pusustả V;NO3SI;SBJV+POT;PL;2;PST pusustả V;NO3SI;SBJV+POT;SG;3;PST pusustả V;NO3SI;IND;PL;2;FUT pusustả V;NO3SI;PFV;POT;PL;3 pusustả V;NO3SI;IND;SG;1;PST pusustả V;NO3SA;PRF;IND;PL;2;FUT pusustả V;NO3SI;SBJV+POT;PL;3;PST pusustả V;NO3PA;PRF;IND;PL;2 pusustả V;NO3PA;IMP;SG;3;FUT pusustả V;NO3SA;SBJV;SG;3;PRS pusustả V;NO3PA;POT;PL;1+INCL;PRS pusustả V;NO3PA;PRF;IND;SG;1 pusustả V;NO3SA;PFV;IND;SG;1 pusustả V;NO3PA;IND;PL;1+INCL;FUT pusustả V;NO3PA;IND;PL;1+INCL;PST pusustả V;NO3PA;POT;SG;3;PST pusustả V;NO3PA;IND;SG;3;PST pusustả V;NO3SI;IND;PL;3;PST pusustả V;NO3SA;IND;SG;2;PST pusustả V;NO3SI;PRF;IND;PL;2 pusustả V;NO3SA;IND;PL;3;PRS pusustả V;NO3PA;IND;SG;1;PST pusustả V;NO3SA;IND;SG;2;FUT pusustả V;NO3SA;IMP;SG;2;PRS pusustả V;NO3SA;PRF;IND;PL;3;FUT pusustả V;NO3SI;SBJV;PL;1+INCL;PRS pusustả V;NO3SI;POT;SG;1;PST pusustả V;NO3SI;PFV;SBJV;SG;1 pusustả V;NO3SI;PRF;SBJV;SG;3 pusustả V;NO3SA;IND;PL;1+INCL;FUT pusustả V;NO3SA;IND;PL;1+INCL;PST pusustả V;NO3SI;PFV;POT;SG;3 pusustả V;NO3SA;IMP;PL;2;FUT pusustả V;NO3SI;SBJV;PL;3;PST pusustả V;NO3SI;IND;PL;1+INCL;PRS pusustả V;NO3SA;IND;SG;1;PST pusustả V;NO3SA;IMP;PL;1;PRS pusustả V;NO3SA;IMP;SG;3;PRS pusustả V;NO3SA;IND;PL;1+INCL;PRS pusustả V;NO3PA;IND;PL;3;FUT pusustả V;NO3SI;PRF;IND;SG;2 pusustả V;NO3SI;POT;PL;1+INCL;PST pusustả V;NO3PA;SBJV;SG;2;PRS pusustả V;NO3SA;SBJV;SG;1;PRS pusustả V;NO3SA;PRF;IND;PL;2 pusustả V;NO3PA;IND;PL;1;PRS pusustả V;NO3SI;PRF;IND;SG;1;FUT pusustả V;NO3SA;SBJV;PL;2;PRS pusustả V;NO3SA;SBJV;PL;1+INCL;PRS pusustả V;NO3SA;POT;SG;2;PST pusustả V;NO3PA;IND;PL;3;PST pusustả V;NO3SA;POT;PL;2;PST pusustả V;NO3SI;SBJV;PL;2;PRS pusustả V;NO3SI;PFV;SBJV;PL;1+INCL pusustả V;NO3SI;SBJV;SG;2;PRS pusustả V;NO3SI;PFV;SBJV;PL;2 pusustả V;NO3SI;POT;PL;2;PST pusustả V;NO3SI;PFV;SBJV+POT;PL;1+INCL pusustả V;NO3SA;POT;PL;3;PST pusustả V;NO3SI;PRF;SBJV;SG;2 pusustả V;NO3SA;POT;PL;1+INCL;PST pusustả V;NO3SA;POT;SG;2;PRS pusustả V;NO3SI;PRF;IND;SG;2;FUT pusustả V;NO3PA;IMP;SG;2;PRS pusustả V;NO3PA;PFV;POT;SG;3 pusustả V;NO3SA;IND;PL;2;FUT pusustả V;NO3SI;PRF;SBJV;SG;1 pusustả V;NO3SI;PFV;SBJV+POT;SG;1 pusustả V;NO3SI;PFV;SBJV+POT;SG;2 pusustả V;NO3PA;POT;PL;2;PST pusustả V;NO3SI;PFV;POT;PL;1+INCL pusustả V;NO3PA;PFV;POT;PL;2 pusustả V;NO3SI;SBJV;PL;1+INCL;FUT pusustả V;NO3SI;SBJV;PL;2;PST pusustả V;NO3PA;PFV;POT;PL;1+INCL pusustả V;ANIM;NO3SA;PRF;IND;SG;1;FUT pusustả V;NO3PA;IND;PL;2;FUT pusustả V;NO3SI;PRF;SBJV;SG;3;FUT pusustả V;NO3SI;IMP;PL;3;PRS pusustả V;NO3SA;SBJV;SG;2;PRS pusustả V;NO3PA;PRF;IND;SG;3;FUT pusustả V;NO3PA;IND;SG;2;PST pusustả V;NO3SI;IND;SG;3;PRS pusustả V;NO3SA;PFV;POT;SG;1 pusustả V;NO3PA;SBJV;PL;1+INCL;PRS pusustả V;NO3PA;IND;PL;1+INCL;PST pusustả V;ANIM;NO3SA;POT;SG;1;PRS pusustả V;NO3SI;IND;SG;3;PST pusustả V;NO3SI;PFV;SBJV+POT;PL;3 pusustả V;NO3PA;PRF;IND;PL;2;FUT pusustả V;NO3PA;POT;PL;1+INCL;PST pusustả V;NO3SI;IMP;SG;3;PRS pusustả V;NO3SI;PFV;POT;PL;1+INCL pusustả V;NO3SI;PRF;SBJV;PL;3 pusustả V;NO3SI;PRF;IND;PL;1+INCL pusustả V;NO3SI;PRF;SBJV;SG;2;FUT pusustả V;NO3SI;SBJV;PL;3;PRS pusustả V;NO3SI;SBJV+POT;PL;3;PST pusustả V;NO3SI;PRF;IND;PL;3;FUT pusustả V;NO3SI;SBJV;SG;1;PRS pusustả V;NO3PA;IND;PL;1+INCL;PRS pusustả V;NO3PA;PFV;POT;SG;2 pusustả V;NO3PA;IND;SG;1;PST pusustả V;NO3SI;PFV;SBJV+POT;SG;3 pusustả V;NO3SI;IND;PL;3;FUT pusustả V;NO3PA;IND;PL;3;PST pusustả V;NO3PA;IND;PL;2;PST pusustả V;NO3SI;SBJV;PL;2;FUT pusustả V;NO3SI;PFV;POT;SG;2 pusustả V;NO3SA;IND;SG;2;PRS pusustả V;NO3SI;PFV;IND;PL;2 pusustả V;NO3SI;IND;PL;3;PRS pusustả V;NO3SI;POT;PL;1+INCL;PST pusustả V;NO3SI;PRF;SBJV;PL;1+INCL pusustả V;NO3SI;SBJV;PL;1+INCL;PST pusustả V;NO3SI;SBJV+POT;SG;2;PST pusustả V;NO3SA;PFV;POT;PL;2 pusustả V;NO3SA;PRF;IND;PL;1+INCL;FUT pusustả V;NO3SI;SBJV;PL;1+INCL;FUT pusustả V;NO3SI;PFV;POT;SG;1 pusustả V;NO3PA;IMP;SG;2;FUT pusustả V;NO3PA;PRF;IND;PL;1+INCL;FUT pusustả V;NO3SI;SBJV;PL;3;PST pusustả V;NO3SA;PRF;IND;SG;3;FUT pusustả V;NO3SI;POT;PL;2;PST pusustả V;ANIM;NO3SA;IND;SG;1;FUT pusustả V;NO3PA;IND;SG;2;FUT pusustả V;NO3SI;IND;SG;2;PRS pusustả V;NO3SI;PFV;POT;PL;3 pusustả V;NO3SA;POT;PL;1+INCL;PRS pusustả V;NO3SI;SBJV+POT;SG;3;PST pusustả V;NO3SA;IND;PL;1;PRS pusustả V;NO3SI;POT;SG;2;PST pusustả V;NO3SI;IND;PL;2;PST pusustả V;NO3SI;SBJV;SG;3;FUT pusustả V;NO3SA;PRF;IND;SG;2;FUT pusustả V;NO3SI;PFV;SBJV;PL;3 pusustả V;NO3SA;SBJV;PL;3;PRS pusustả V;NO3SI;SBJV+POT;PL;1+INCL;PST pusustả V;NO3SI;SBJV;SG;2;PST pusustả V;NO3SI;IND;PL;3;PST pusustả V;NO3PA;IND;PL;1+INCL;PST pusustả V;NO3PA;PRF;IND;SG;2;FUT pusustả V;NO3SA;POT;SG;3;PRS pusustả V;NO3SA;PFV;IND;SG;2 pusustả V;NO3SI;PRF;IND;SG;3 pusustả V;NO3PA;IND;SG;3;FUT pusustả V;NO3SI;SBJV;PL;1+INCL;PST pusustả V;NO3SI;SBJV;SG;3;PRS pusustả V;NO3PA;PRF;IND;PL;3;FUT pusustả V;NO3SI;PFV;IND;PL;3 pusustả V;NO3PA;PRF;IND;SG;2 pusustả V;NO3SI;PRF;SBJV;SG;1;FUT pusustả V;NO3PA;IND;SG;2;PST pusustả V;NO3SI;IND;PL;2;PRS pusustả V;NO3SI;PFV;SBJV+POT;PL;2 pusustả V;NO3SI;PFV;POT;SG;3 pusustả V;ANIM;NO3SA;PRF;IND;SG;1 pusustả V;NO3SA;PFV;IND;PL;3 pusustả V;NO3SI;SBJV;PL;3;PRS pusustả V;NO3PA;POT;PL;3;PRS pusustả V;NO3PA;PRF;IND;SG;1;FUT pusustả V;NO3PA;PFV;POT;SG;1 pusustả V;NO3PA;PRF;IND;PL;3 pusustả V;NO3SI;PFV;SBJV;PL;1+INCL pusustả V;NO3SI;PFV;POT;SG;2 pusustả V;NO3SI;PFV;POT;PL;2 pusustả V;NO3SA;PRF;IND;PL;1+INCL kissinaw V;PFV;SBJV+POT kissinaw V;PFV;IND+OPT kissinaw V;PFV;IND kissinaw V;IPFV;IND kissinaw V;COND+POT;PRS kissinaw V;SBJV;FUT kissinaw V;PFV;POT+OPT kissinaw V;PFV;ADM+OPT kissinaw V;IPFV;POT+OPT kissinaw V;PFV;COND+POT+OPT kissinaw V;PFV;COND+IND+OPT;FUT kissinaw V;PFV;IND;FUT kissinaw V;PRF;COND+IND kissinaw V;IMP+OPT kissinaw V;IPFV;COND+IND+OPT kissinaw V;IND;FUT kissinaw V;COND+IND;FUT kissinaw V;IPFV;ADM kissinaw V;IPFV;SBJV+POT+OPT kissinaw V;IPFV;COND+SBJV+OPT kissinaw V;COND+IND;PRS kissinaw V;PFV;SBJV kissinaw V;IPFV;SBJV kissinaw V;IND;PRS kissinaw V;PFV;COND+SBJV+OPT kissinaw V;IND+IMP kissinaw V;IND+OPT;PRS kissinaw V;PFV;ADM;FUT kissinaw V;IPFV;SBJV+OPT kissinaw V;ADM;FUT kissinaw V;PRF;COND+SBJV kissinaw V;IND+OPT;FUT kissinaw V;PFV;ADM kissinaw V;PFV;IND+OPT;FUT kissinaw V;IPFV;COND+POT kissinaw V;COND+SBJV;FUT kissinaw V;PFV;COND+SBJV+OPT;FUT kissinaw V;PFV;COND+POT kissinaw V;PRF;SBJV kissinaw V;SBJV;PRS kissinaw V;IPFV;IND+OPT kissinaw V;PFV;ADM+OPT;FUT kissinaw V;PRF;SBJV+OPT kissinaw V;PFV;SBJV;FUT kissinaw V;IPFV;ADM+POT kissinaw V;COND+IND+OPT;PRS kissinaw V;PFV;COND+SBJV kissinaw V;SBJV+OPT;FUT kissinaw V;COND+SBJV;PRS kissinaw V;PRF;COND+IND+OPT kissinaw V;COND+POT+OPT;PRS kissinaw V;IPFV;COND+POT+OPT kissinaw V;IPFV;COND+SBJV kissinaw V;PRF;ADM kissinaw V;PFV;COND+SBJV;FUT kissinaw V;IPFV;POT kissinaw V;PFV;ADM+POT kissinaw V;IPFV;COND+IND kissinaw V;COND+IND+OPT;FUT kissinaw V;COND+IND+OPT;FUT kissinaw V;IPFV;COND+POT kissinaw V;PFV;SBJV+POT+OPT kissinaw V;ADM+OPT;PRS kissinaw V;PFV;COND+IND kissinaw V;COND+SBJV+OPT;FUT kissinaw V;IPFV;COND+POT+OPT kissinaw V;IPFV;ADM+POT+OPT kissinaw V;PFV;SBJV+OPT kissinaw V;IPFV;SBJV+POT kissinaw V;PFV;ADM+POT+OPT kissinaw V;PFV;SBJV+OPT;FUT kissinaw V;ADM+OPT;FUT kissinaw V;IPFV;ADM+OPT kissinaw V;COND+SBJV+OPT;PRS kissinaw V;PFV;POT kissinaw V;ADM;PRS kissinaw V;PFV;COND+IND+OPT kissinaw V;SBJV+OPT;PRS kissinaw V;PRF;COND+SBJV+OPT kissinaw V;PFV;COND+IND;FUT kissinaw V;PRF;IND kissinaw V;PRF;IND+OPT kissinaw V;PRF;ADM+OPT
5094d0cf9484d0224515f039530791295b6e1d05
449d555969bfd7befe906877abab098c6e63a0e8
/929/CH1/EX1.15.a/Example1_15_a.sce
bfd9e0786046f1bc2a1c76aea5049cbfc7d9852e
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
1,076
sce
Example1_15_a.sce
//Example 1.15(a) clear; clc; Rp=100*10^3;//Potentiometer Resistance VCC=15; VEE=-15; //We have to choose the resistances in such a way that we get VA=10V and VB=-10V, so that if we want the source to be in the range -10V<=vW<=10V, we need to only turn the wiper. Let RA and RB be the resistances corresponding to nodes A and B respectively.If RA=RB=25kohm then there would be a drop of 5V accross each component(RA,RB and potentiometer) which will make VA=10V and VB=-10V. Hence RA and RB are selected as 25kohms.(Refer Fig. 1.38) //vRA(voltage accross RA)=5=(15*RA)/(50+RA) (Using Voltade Divider Rule)where 50kohm is the potentiometer resistance on node A side and RA is in kohms. Hence by solving the equation RA=25kohm. Similarly solve for RB. y=poly(0,'x'); p=5*(y+50*(10^3))-(15*y); RA=roots(p); RB=RA; printf("Designed Source :"); printf("\nRA=%.2f kohms",(RA/1000));//mentioned in the diagram printf("\nRB=%.2f kohms",(RB/1000));//mentioned in the diagram printf("\nRpot=%.2f kohms",(Rp/1000));//mentioned in the diagram
4299c374392f975fb61511681e3daef2d2a01db7
449d555969bfd7befe906877abab098c6e63a0e8
/1709/CH3/EX3.2/3_2.sce
35704d5866d67229a8ac812e30c32bd1c3fd18c2
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
424
sce
3_2.sce
clc //Initialization of variables V2=2.5 //ft^3 V1=0.5 //ft^3 P=100 //psia x1=0.5 //calculations W=-P*144*(V2-V1) vf1=0.01774 vfg1=4.414 v1=vf1+x1*vfg1 m=V1/v1 v2=V2/m disp("From tables ,") uf1=298.08 ufg1=807.1 u1=uf1+x1*ufg1 h2=1747.9 u2=h2-P*144*v2/778 Q=m*(u2-u1) //results printf("Amount of heat = %d Btu",Q) //The answer for u2 is given wrong in the textbook. Please use a calculator to find it
7f0e7353d4b2666ec87f4f2f86ab931cae633923
8f5f6c092c217b20c238273a87bbc107ee42cf02
/DictionaryEncoder.tst
1c74714a217fb7804ca8662b2ce95b18c2f7d7f3
[ "MIT" ]
permissive
sameer-h/Dictionary-Encoder-Decoder
9ec588eafdd1e7f7aa0d662fd5af17012e2baf23
156ce774aaf0dcae930aa679d7d458a9cc659da9
refs/heads/main
2023-07-20T08:24:53.360914
2021-08-17T08:07:48
2021-08-17T08:07:48
371,247,454
0
0
null
2021-06-25T05:46:41
2021-05-27T04:36:04
Hack
UTF-8
Scilab
false
false
1,440
tst
DictionaryEncoder.tst
load DictionaryEncoder.hdl, output-file DictionaryEncoder.out, output-list recur%B1.3.1 inA%B1.16.1 inB%B1.16.1 out%B1.16.1 ; compare-to DictionaryEncoder.cmp, // Loads Dictionary Operator // Program loads 2 16 bit inputs //ROM32K load Dictionary.hack, //ROM32K load Dictionary.hack, set recur %X0002, set inA %X4142, set inB %X4142, eval, output; set recur %X0, set inA %X4242, set inB %X4342, eval, output; set recur %X0, set inA %X4342, set inB %X0, eval, output; set recur %X1, set inA %X4243, set inB %X4243, eval, output; set recur %X0, set inA %X4344, set inB %X4A44, eval, output; set recur %X0, set inA %X4A44, set inB %X0, eval, output; set recur %X1, set inA %X4342, set inB %X4342, eval, output; set recur %X0, set inA %X4A4F, set inB %X4B4F, eval, output; set recur %X0, set inA %X4B4F, set inB %X0, eval, output; set recur %X0, set inA %X4B4F, set inB %X4B49, eval, output; set recur %X0, set inA %X4B49, set inB %X0, eval, output; set recur %X1, set inA %X4A44, set inB %X4A44, eval, output; set recur %X0, set inA %X5548, set inB %X4A48, eval, output; set recur %X1, set inA %X5549, set inB %X5549, eval, output; set recur %X1, set inA %X4A48, set inB %X4A48, eval, output; set recur %X1, set inA %X4E48, set inB %X4E48, eval, output; set recur %X0, set inA %X4E48, set inB %X0, eval, output;
0ce8974c63b22bbbe1154f0188ec9c7ea12c9c03
449d555969bfd7befe906877abab098c6e63a0e8
/1319/CH2/EX2.22/2_22.sce
9298b47b5fdc4df5d2b7c5f8f547c2ef7c03d175
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
718
sce
2_22.sce
//Current through 2 ohm resistor given a current source clc; clear; Is=2; // Current Source //Resistors connected directly to the current source Rs1=0.5; Rs2=0.5; //Resistors in various branches starting from the top R1=1; R2=1; R3=2; //Conversion to voltage sources V1=Rs1*Is; // Voltage across first half of the branch V2=Rs2*Is; // Voltage across second half of the branch // Voltage sources in the circuit V3=1; V4=2; //Characteristic Equations //2.5i1-1i2 = 2 //-1i1+3.5i2 = 2 R=[2.5 -1; -1 3.5]; // Resistor Vector V=[(V1+V3);(V2+V4-V3)]; // Voltage Vector I=inv(R)*V; // Current Vector i1=I(1); i2=I(2); printf('The Current through the 2 ohm resistor = %g A\n',i2)
33b8f531846e1e9b4574b1a43693e7ec1a7f2fca
449d555969bfd7befe906877abab098c6e63a0e8
/3869/CH5/EX5.2/Ex5_2.sce
39d1dc6f3805c92122169e801b823b16db078d85
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
251
sce
Ex5_2.sce
clear // // // //Variable declaration n1=1.46 //Core refractive index delta=0.05 //relative refractive index difference //Calculation NA=n1*sqrt(2*delta) //numerical aperture //Result printf("\n numerical aperture is %0.2f ",NA)
236809850d65ab74b1eb590ef8a43248439500d2
676ffceabdfe022b6381807def2ea401302430ac
/solvers/IncNavierStokesSolver/Tests/Pyr_channel_SVV.tst
302bb670d353f7090c001c5eeddb77fbd6f6e3cf
[ "MIT" ]
permissive
mathLab/ITHACA-SEM
3adf7a49567040398d758f4ee258276fee80065e
065a269e3f18f2fc9d9f4abd9d47abba14d0933b
refs/heads/master
2022-07-06T23:42:51.869689
2022-06-21T13:27:18
2022-06-21T13:27:18
136,485,665
10
5
MIT
2019-05-15T08:31:40
2018-06-07T14:01:54
Makefile
UTF-8
Scilab
false
false
1,015
tst
Pyr_channel_SVV.tst
<?xml version="1.0" encoding="utf-8" ?> <test> <description>3D channel flow, Pyramidic elements, using SVV</description> <executable>IncNavierStokesSolver</executable> <parameters>Pyr_channel_SVV.xml</parameters> <files> <file description="Session File">Pyr_channel_SVV.xml</file> </files> <metrics> <metric type="L2" id="1"> <value variable="u" tolerance="1e-10">2.67985e-10</value> <value variable="v" tolerance="1e-10">2.11332e-10</value> <value variable="w" tolerance="1e-9">8.34232e-10</value> <value variable="p" tolerance="1e-8">1.51191e-08</value> </metric> <metric type="Linf" id="2"> <value variable="u" tolerance="1e-9">1.09756e-09</value> <value variable="v" tolerance="1e-9">9.06097e-10</value> <value variable="w" tolerance="1e-8">5.09333e-09</value> <value variable="p" tolerance="1e-6">3.10755e-07</value> </metric> </metrics> </test>
4f6b18f9befe63de6f0e2ba4a86e0b15faf6ac3e
932d6f0f83a2eaed579be193b551589dc6674c52
/montas.sce
626ff4a3ba0008141ce5aba6f1038979cfcb5b56
[]
no_license
JossueRenteria/Raudel
31f69ca750031b1515034155bce6109a358ca46d
664c502976a9430a4215b25454d3cb38f3c810fc
refs/heads/master
2016-08-12T20:00:55.727841
2015-11-28T19:17:16
2015-11-28T19:17:16
47,035,904
0
0
null
null
null
null
UTF-8
Scilab
false
false
382
sce
montas.sce
function conejos() m=1 h=1 cm=0 ch=0 ma=zeros(50,6) for i=1:50 ma(i,1)=i; ma(i,2)=cm+m; m= ma(i,2) ma(i,3)=ch+h; h= ma(i,3) ma(i,4)=m*3; cm= ma(i,4) ma(i,5)=h*3; ch= ma(i,5) ma(i,6)=((ma(i,2))+(ma(i,3))+(ma(i,4))+(ma(i,5))); end disp(ma) endfunction
45b7f95acd117c62797d97ff22e67b5c708204bf
449d555969bfd7befe906877abab098c6e63a0e8
/2267/CH4/EX4.6/ex4_6.sce
80575b2a430f188641d1f618fc6bb3d7b6b8e279
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
499
sce
ex4_6.sce
//Part A Chapter 4 Example 6 clc; clear; close; p1=1;//MPa p2=2;//MPa V1=0.05;//m^3 n=1.4;//constant //U=7.5*p*v-425;//kJ/kg delQ=180;//kJ //p1*V1^n=p2*V2^n V2=(p1/p2)^(1/n)*V1;//m^3 delU=7.5*10^3*(p2*V2-p1*V1);//kJ W=(p2*V2-p1*V1)*10^3/(1-n);//kJ delTheta=delU+W;//kJ disp("Heat = "+string(delTheta)+" kJ"); disp("Work = "+string(W)+" kJ"); disp("Change in Internal Energy = "+string(delU)+" kJ"); //If heat transfer is 180 kJ W=delQ-delU;//kJ disp("Work = "+string(W)+" kJ");
25c6df14d34b1ed01d0933af42df3b29be9f7ef2
449d555969bfd7befe906877abab098c6e63a0e8
/23/CH5/EX5.6/Example_5_6.sce
8885d3a05e75dcfb9d45ae70108c711b1dcb6d7b
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
902
sce
Example_5_6.sce
clear; clc; //To find Approx Value function[A]=approx(V,n) A=round(V*10^n)/10^n;//V-Value n-To what place funcprot(0) endfunction //Example 5.6 //Caption : Program to Find the Feasibility of a Process //Given Values //Saturated Steam //At T=373.15K H1=2676;//[KJ/Kg] from Steam table(App F) S1=7.3554;//[KJ/Kg/K] from steam table(App F) //At T=273.15K Liquid water H2=0; S2=0; T_sigma=273.15;//[K] T_r=473.15;//[K] Q_r=-2000;//[KJ] del_H=H2-H1; Q=del_H; Q_sigma=Q-Q_r; del_S=S2-S1; //For Heat Reservoir at 473.15K del_St_T_r=(-Q_r/T_r);//[KJ/K] //For Heat reservoir provided by cooling water at 273.15K del_St_T_sigma=-Q_sigma/T_sigma; del_S_total=del_S+del_St_T_r+del_St_T_sigma; disp('Since del_S_total<0 Process not feasible') //Actual Q_r=approx((T_r/(T_r-T_sigma))*(del_H-(T_sigma*del_S)),1); disp('KJ/Kg',Q_r,'Actual Heat transfer') //End
fd7a45969f7437617837f59bd3e2b02e3ee5bbad
449d555969bfd7befe906877abab098c6e63a0e8
/1892/CH1/EX1.33/Example1_33.sce
5826bcaf9a6d4ffcba86f19e24513410df50d265
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
675
sce
Example1_33.sce
// Example 1.33 clear; clc; close; format('v',7); // Given data //Tst=100% of Tfl;//in % //Tm=100% of Tfl;//in % TstByTfl=100/100;//ratio TmByTfl=200/100;//ratio //Calculations //Formula : T proportional to S*E2^2*R2/(R2^2+(S*X2)^2) //Formula : TstByTm=2*Sm/(Sm^2+1) TstByTm=TstByTfl/TmByTfl;//Calculating TstByTm P=[TstByTm -2 TstByTm];//Polynomial for Sm Sm=roots(P); Sm=Sm(2);//Discarding value > 1 disp(Sm*100,"Slip at which max Torque occurs(in %) : "); //Formula : 1/TstByTm=(Sm^2+Sfl^2)/(2*Sm*Sfl) P=[TstByTm -2*Sm Sm^2*TstByTm];//Polynomial for Sfl Sfl=roots(P); Sfl=Sfl(2);//Discarding value >= 1 disp(Sfl*100,"Full load slip (in %) : ");
51c94f2a09f9c5fc6774c82bbf805ac9652944c5
449d555969bfd7befe906877abab098c6e63a0e8
/2873/CH2/EX2.4/Ex2_4.sce
f0d4c02337dcc15f4aa5664e014ee2fccbdbd772
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
904
sce
Ex2_4.sce
// Display mode mode(0); // Display warning for floating point exception ieee(1); clear; clc; disp("Engineering Thermodynamics by Onkar Singh,Chapter 2,Example 4") t1=0;//temperature at ice point t2=100;//temperature at steam point t3=50;//temperature of gas disp("emf equation,e=0.18*t-5.2*10^-4*t^2 in millivolts") disp("as ice point and steam points are two reference points,so") disp("at ice point,emf(e1)in mV") e1=0.18*t1-5.2*10^-4*t1^2 disp("at steam point,emf(e2)in mV") e2=0.18*t2-5.2*10^-4*t2^2 disp("at gas temperature,emf(e3)in mV") e3=0.18*t3-5.2*10^-4*t3^2 disp("since emf variation is linear so,temperature(t)in degree celcius at emf of 7.7 mV") t=((t2-t1)/(e2-e1))*e3 disp("temperature of gas using thermocouple=60.16 degree celcius") disp("% variation in temperature reading with respect to gas thermometer reading of 50 degree celcius") variation=((t-t3)/t3)*100
cf9b4d89d25ec2c2374200a102a2cf9f824cc7d7
e5c2d718a529b6eb6ccc1629b8488662a8378b9d
/fluencyB_.sce
d39129a93525e34d4a20cea91ec40179047fd12f
[]
no_license
jangwoopark/presentation-language
be726563f36339ed2de4bab80d5780028810b595
54cc897d5ef8cc2a6098bdcb8c494f55e0919cb4
refs/heads/master
2020-11-30T04:56:31.512999
2017-09-11T01:47:33
2017-09-11T01:47:33
96,718,835
0
0
null
null
null
null
UTF-8
Scilab
false
false
1,939
sce
fluencyB_.sce
# fluencyB TR=3 62 reps 186seconds 5cycles 2 disdaqs #onsets: naming 0 12 24 36 48 lines 6 18 30 42 54 #durations: 6 on, 6 off high pass= 72 scenario = "category fluency form B"; scenario_type = fMRI_emulation; pulses_per_scan = 36; scan_period=3000; #scenario_type = fMRI; pulse_code=10; sequence_interrupt=false; #active_buttons = 4; #button_codes=1,2,3,4; default_deltat = 0; default_picture_duration = 9000; default_font="times"; default_font_size=60; default_text_color=0,0,90; default_background_color=80,240,40; begin; #defining the stimuli picture {} default; #blank screen picture {text {caption = "Instruments" ;};x=0; y=0; }instruments; picture {text {caption = "Tools" ;};x=0; y=0; }tools; picture {text {caption = "Furniture" ;};x=0; y=0; }furniture; picture {text {caption = "Colors" ;};x=0; y=0; }colors; picture {text {caption = "TV shows" ;};x=0; y=0; }TV; picture {text {caption = "Clothes" ;};x=0; y=0; }clothes; picture {text {caption = "Jobs" ;};x=0; y=0; }jobs; picture {text {caption = "Famous people" ;};x=0; y=0; }famous; picture {text {caption = "Foods" ;};x=0; y=0; }food; picture {text {caption = "Drinks" ;};x=0; y=0; }drinks; picture {text {caption = "RELAX" ;};x=0; y=0; }relax; picture {text {caption = "think of words in the category ..." ;}; x=0; y=0; } inst; #presenting the stimuli trial { picture inst; mri_pulse=1; time=0; duration=6000; picture drinks; mri_pulse=3; picture famous; mri_pulse=6; picture relax; mri_pulse=9; duration = 18000; picture jobs; mri_pulse=15; picture TV; mri_pulse=18; picture relax; mri_pulse=21; duration = 18000; picture food; mri_pulse=27; picture colors; mri_pulse=30; picture relax; mri_pulse=33; duration = 18000; picture instruments; mri_pulse=39; picture tools; mri_pulse=42; picture relax; mri_pulse=45; duration = 18000; picture furniture; mri_pulse=51; picture clothes; mri_pulse=54; picture relax; mri_pulse=57; duration = 18000; };
9287b9b51a2c067bb0153a659e45b0b834357a5e
449d555969bfd7befe906877abab098c6e63a0e8
/2873/CH8/EX8.6/Ex8_6.sce
c6bdfddc637cf3f1b987f65e256b51352174f196
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
5,384
sce
Ex8_6.sce
// Display mode mode(0); // Display warning for floating point exception ieee(1); clear; clc; disp("Engineering Thermodynamics by Onkar Singh Chapter 8 Example 6") disp("case (a) When there is no feed water heater") disp("Thermal efficiency of cycle=((h2-h3)-(h1-h4))/(h2-h1)") disp("from steam tables,h2=h at 200 bar,650oc=3675.3 KJ/kg,s2=s at 200 bar,650oc=6.6582 KJ/kg K,h4=hf at 0.05 bar=137.82 KJ/kg,v4=vf at 0.05 bar=0.001005 m^3/kg") h2=3675.3; s2=6.6582; h4=137.82; v4=0.001005; disp("hf at 0.05 bar=137.82 KJ/kg,hfg at 0.05 bar=2423.7 KJ/kg,sf at 0.05 bar=0.4764 KJ/kg K,sfg at 0.05 bar=7.9187 KJ/kg K") hf=137.82; hfg=2423.7; sf=0.4764; sfg=7.9187; disp("For process 2-3,s2=s3.Let dryness fraction at 3 be x3.") s3=s2; disp("s3=6.6582=sf at 0.05 bar+x3*sfg at 0.05 bar") disp("so x3=(s3-sf)/sfg") x3=(s3-sf)/sfg x3=0.781;//approx. disp("h3=hf at 0.05 bar+x3*hfg at 0.05 bar in KJ/kg") h3=hf+x3*hfg disp("For pumping process 4-1,") disp("h1-h4=v4*deltap") disp("h1=h4+v4*(200-0.5)*10^2 in KJ/kg") h1=h4+v4*(200-0.5)*10^2 disp("Thermal efficiency of cycle=") ((h2-h3)-(h1-h4))/(h2-h1) disp("in percentage") ((h2-h3)-(h1-h4))*100/(h2-h1) disp("case (b) When there is only one feed water heater working at 8 bar") disp("here,let mass of steam bled for feed heating be m kg") disp("For process 2-6,s2=s6=6.6582 KJ/kg K") s6=s2; disp("Let dryness fraction at state 6 be x6") disp("s6=sf at 8 bar+x6*sfg at 8 bar") disp("from steam tables,hf at 8 bar=721.11 KJ/kg,vf at 8 bar=0.001115 m^3/kg,hfg at 8 bar=2048 KJ/kg,sf at 8 bar=2.0462 KJ/kg K,sfg at 8 bar=4.6166 KJ/kg K") hf=721.11; vf=0.001115; hfg=2048; sf=2.0462; sfg=4.6166; disp("substituting entropy values,x6=(s6-sf)/sfg") x6=(s6-sf)/sfg x6=0.999;//approx. disp("h6=hf at at 8 bar+x6*hfg at 8 bar in KJ/kg") h6=hf+x6*hfg disp("Assuming the state of fluid leaving open feed water heater to be saturated liquid at 8 bar.h7=hf at 8 bar=721.11 KJ/kg") h7=721.11; disp("For process 4-5,h5=h4+v4*(8-.05)*10^2 in KJ/kg") h5=h4+v4*(8-.05)*10^2 disp("Applying energy balance at open feed water heater,") disp("m*h6+(1-m)*h5=1*h7") disp("so m=(h7-h5)/(h6-h5) in kg") m=(h7-h5)/(h6-h5) disp("For process 7-1,h1=h7+v7*(200-8)*10^2 in KJ/kg") disp("here h7=hf at 8 bar,v7=vf at 8 bar") h7=hf; v7=vf; h1=h7+v7*(200-8)*10^2 disp("Thermal efficiency of cycle=((h2-h6)+(1-m)*(h6-h3)-{(1-m)*(h5-h4)+(h1-h7)})/(h2-h1)") ((h2-h6)+(1-m)*(h6-h3)-{(1-m)*(h5-h4)+(h1-h7)})/(h2-h1) disp("in percentage") ((h2-h6)+(1-m)*(h6-h3)-{(1-m)*(h5-h4)+(h1-h7)})*100/(h2-h1) disp("case (c) When there are two feed water heaters working at 40 bar and 4 bar") disp("here, let us assume the mass of steam at 40 bar,4 bar to be m1 kg and m2 kg respectively.") disp("2-10-9-3,s2=s10=s9=s3=6.6582 KJ/kg K") s3=s2; s9=s3; s10=s9; disp("At state 10.s10>sg at 40 bar(6.0701 KJ/kg K)so state 10 lies in superheated region at 40 bar pressure.") disp("From steam table by interpolation,T10=370.6oc,so h10=3141.81 KJ/kg") T10=370.6; h10=3141.81; disp("Let dryness fraction at state 9 be x9 so,") disp("s9=6.6582=sf at 4 bar+x9*sfg at 4 bar") disp("from steam tables,at 4 bar,sf=1.7766 KJ/kg K,sfg=5.1193 KJ/kg K") sf=1.7766; sfg=5.1193; disp("x9=(s9-sf)/sfg") x9=(s9-sf)/sfg x9=0.9536;//approx. disp("h9=hf at 4 bar+x9*hfg at 4 bar in KJ/kg") disp("from steam tables,at 4 bar,hf=604.74 KJ/kg,hfg=2133.8 KJ/kg") hf=604.74; hfg=2133.8; h9=hf+x9*hfg disp("Assuming the state of fluid leaving open feed water heater to be saturated liquid at respective pressures i.e.") disp("h11=hf at 4 bar=604.74 KJ/kg,v11=0.001084 m^3/kg=vf at 4 bar") h11=604.74; v11=0.001084; disp("h13=hf at 40 bar=1087.31 KJ/kg,v13=0.001252 m^3/kg=vf at40 bar") h13=1087.31; v13=0.001252; disp("For process 4-8,i.e in CEP.") disp("h8=h4+v4*(4-0.05)*10^2 in KJ/kg") h8=h4+v4*(4-0.05)*10^2 disp("For process 11-12,i.e in FP2,") disp("h12=h11+v11*(40-4)*10^2 in KJ/kg") h12=h11+v11*(40-4)*10^2 disp("For process 13-1_a i.e. in FP1,h1_a=h13+v13*(200-40)*10^2 in KJ/kg") h1_a=h13+v13*(200-40)*10^2 disp("m1*3141.81+(1-m1)*608.64=1087.31") disp("so m1=(1087.31-608.64)/(3141.81-608.64)in kg") m1=(1087.31-608.64)/(3141.81-608.64) disp("Applying energy balance on open feed water heater 1 (OFWH1)") disp("m1*h10+(1-m1)*h12)=1*h13") disp("so m1=(h13-h12)/(h10-h12) in kg") m1=(h13-h12)/(h10-h12) disp("Applying energy balance on open feed water heater 2 (OFWH2)") disp("m2*h9+(1-m1-m2)*h8=(1-m1)*h11") disp("so m2=(1-m1)*(h11-h8)/(h9-h8) in kg") m2=(1-m1)*(h11-h8)/(h9-h8) disp("Thermal efficiency of cycle,n=[{(h2-h10)+(1-m1)*(h10-h9)+(1-m1-m2)*(h9-h3)}-{W_CEP+W_FP1+W_FP2}]/(h2-h1_a)") disp("W_CEP=(1-m1-m2)*(h8-h4) in KJ/kg steam from boiler") W_CEP=(1-m1-m2)*(h8-h4) disp("W_FP1=(h1_a-h13)in KJ/kg of steam from boiler") W_FP1=(h1_a-h13) disp("W_FP2=(1-m1)*(h12-h11)in KJ/kg of steam from boiler") W_FP2=(1-m1)*(h12-h11) disp("W_CEP+W_FP1+W_FP2 in KJ/kg of steam from boiler") W_CEP+W_FP1+W_FP2 disp("n=[{(h2-h10)+(1-m1)*(h10-h9)+(1-m1-m2)*(h9-h3)}-{W_CEP+W_FP1+W_FP2}]/(h2-h1_a)") n=[{(h2-h10)+(1-m1)*(h10-h9)+(1-m1-m2)*(h9-h3)}-{W_CEP+W_FP1+W_FP2}]/(h2-h1_a) disp("in percentage") n=n*100 disp("so cycle thermal efficiency,na=46.18%") disp("nb=49.76%") disp("nc=51.37%") disp("hence it is obvious that efficiency increases with increase in number of feed heaters.")
8061a29518080a95e35985b9d6ca9d5c67c88659
449d555969bfd7befe906877abab098c6e63a0e8
/3769/CH4/EX4.24/Ex4_24.sce
a387f0f3932a7a79a506da61b3594a43cec59a2d
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
375
sce
Ex4_24.sce
clear //Given K=5 l=0.2 c=10**-9 //F b=15.4 a=15 pd=5000 //V //Calculation // C=(K*l*c)/(41.1*log10(b/a)) //Result printf("\n (i) The capacitance of cylindrical capacitor is %0.1f *10**-9 F",C*10**9) printf("\n (ii) The potential of the inner cylinder is equal to p.d. between two cylinders i.e potential of inner cylinder is %0.3f V",pd)
0aae0ceb45b71928623520995ac7dee1e4a611f4
449d555969bfd7befe906877abab098c6e63a0e8
/3876/CH13/EX13.2/Ex13_2.sce
df83696c8ca1b08cbeda4f9d5ef812edb5297bec
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
220
sce
Ex13_2.sce
//Chapter 13 Thermodynamics Entropy and Free Energy clc; clear; //Initialisation of Variables m= 9 //gms H= 79.7 //cal per gram T= 0 //C //CALCULATIONS S= m*H/(273+T) //RESULTS mprintf("Entropy change = %.2f E.U",S)
5a01bfd15c5214db149c50f94e46c1754a62f646
9ad712cefe61d85b01d2448a5b74c34296ee7e5f
/test.sce
965538a786688d390c42b4d35d642937c78f06bc
[]
no_license
CoE-Warintorn/Control
a50f7cf26d0e80e3b90ea9dc3cac097b67f94d49
9572040e0e41d8d355f51032cd2ac98b1d04db64
refs/heads/master
2020-03-16T06:56:11.148006
2018-05-08T07:02:35
2018-05-08T07:02:35
132,565,771
0
0
null
null
null
null
UTF-8
Scilab
false
false
91
sce
test.sce
s=poly(0,'s'); roots(s^5-4*s^4+4*s^3+9*s^2-12*s+4) routh_t(s^5+2*s^4+3*s^3+6*s^2+5*s+3)
df4f01afe419b1522197d3f707265b271741ff32
f27b2cb884d353ee9999169f89cbbd62fbaded67
/scilab/for_plotting.sce
30ebdbfafa2d97685c7d087e8e87a1aa7893a3ff
[]
no_license
red-itmo/lego-car-movement-control
b5f2180bef04ddf7348d2da39bb03a8a723bdb0c
ca5545dbd72744daf53710c09998491386a810c8
refs/heads/master
2018-12-22T08:32:20.637335
2018-09-30T14:38:52
2018-09-30T14:38:52
117,673,569
0
1
null
null
null
null
UTF-8
Scilab
false
false
3,646
sce
for_plotting.sce
function [x1, y1, x2, y2] = twoClothoids(gamm, s_end, alpha) // preprocessing step = 0.05*s_end; // first clothoid calculation i = 1; for s = 0:step:s_end x1(i, :) = xCoord(gamm, alpha, s); y1(i, :) = yCoord(gamm, alpha, s); i = i + 1; end // HT matrices calculation theta = alpha * s_end^2 / 2; T1 = [cos(theta), -sin(theta), x1($); sin(theta), cos(theta), y1($); 0, 0, 1]; T2 = [[cos(-theta), -sin(-theta), -x1($); sin(-theta), cos(-theta), y1($); 0, 0, 1]]; // second clothoid calcuation i = 1; alpha = -alpha; for s = 0:step:s_end x2_help(i,:) = xCoord(-gamm, alpha, (s_end - s)); y2_help(i,:) = yCoord(-gamm, alpha, (s_end - s)); new_cords = T1 * inv(T2) * [x2_help(i); y2_help(i); 1]; x2(i,:) = new_cords(1); y2(i,:) = new_cords(2); i = i + 1; end endfunction function poses = calcClothoidPoints(gamm, alpha, s_end, typ, step) // preprocessing step = 0.05*s_end; if typ == "in" then i = 1; for s = 0:step:s_end poses(i, :) = [xCoord(gamm, alpha, s), yCoord(gamm, alpha, s), 0.5 * alpha * s^2]; i = i + 1; end poses(i, :) = [xCoord(gamm, alpha, s_end), yCoord(gamm, alpha, s_end), 0.5 * alpha * s_end^2]; else origin_pose = [xCoord(-gamm, alpha, s_end), yCoord(-gamm, alpha, s_end), 0.5 * alpha * s_end^2]; i = 1; for s = 0:step:s_end aux_pose = [xCoord(-gamm, alpha, s_end - s), yCoord(-gamm, alpha, s_end - s), 0.5 * alpha * (s_end - s)^2]; poses(i, :) = transformCoords(origin_pose, aux_pose, 'b'); i = i + 1; end aux_pose = [xCoord(-gamm, alpha, 0.0), yCoord(-gamm, alpha, 0.0), 0]; poses(i, :) = transformCoords(origin_pose, aux_pose, 'b'); end endfunction function poses = calcArcPoints(point_c, point_0, point_1, step) k = 1 / point_c(2); delta = point_1(3); i = 1; for d = 0:sign(delta)*abs(step*k):delta poses(i, :) = [sin(d) / k, (1 - cos(d)) / k, d] i = i + 1; end poses(i, :) = [sin(delta) / k, (1 - cos(delta)) / k, delta] endfunction function poses = calcStraightLinePoints(pose_0, pose_1, s_end, step) alpha = atan(pose_1(2) - pose_0(2), pose_1(1) - pose_0(1)); i = 1; for s = 0:step:s_end poses(i, :) = [s*cos(alpha), s*sin(alpha), pose_0(3)] i = i + 1; end poses(i, :) = [s_end*cos(alpha), s_end*sin(alpha), pose_0(3)] endfunction function new_poses = transformCoords(origin_pose, old_poses, direction) T = [cos(origin_pose(3)), -sin(origin_pose(3)), origin_pose(1); sin(origin_pose(3)), cos(origin_pose(3)), origin_pose(2); 0, 0, 1]; // 'b' means 'backward' if argn(2) == 3 & direction == "b" then T = inv(T); new_poses(:,3) = old_poses(:,3) - origin_pose(3); else new_poses(:,3) = old_poses(:,3) + origin_pose(3); end aux_poses = T * [old_poses(:, 1:2)'; ones(old_poses(:,1)')]; new_poses(:, [1,2]) = aux_poses([1,2],:)'; endfunction function poses = calcPathElementPoints(element, start_pose, step) if element(1) == "ClothoidLine" then aux_poses = calcClothoidPoints(element(3), element(4), element(5), element(6), step); elseif element(1) == "CircleLine" then aux_poses = calcArcPoints(element(2), element(3), element(4), step); elseif element(1) == "StraightLine" then aux_poses = calcStraightLinePoints(element(2), element(3), element(4), step); end poses = transformCoords(start_pose, aux_poses); endfunction
7e64744a039b7ee5c0161e26db6771685169f1e4
449d555969bfd7befe906877abab098c6e63a0e8
/2216/CH3/EX3.3/ex_3_3.sce
c19dc2231f01bfb78e82ea4289d6d1e4fde367e9
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
2,163
sce
ex_3_3.sce
//Example 3.3 // no. of modes clc; clear; close; format('v',10) disp("part (a)") n1=1.5;//core refractive index n2=1.48;//cladding refrative index t=10.11;//thickness of guided layer in micro meter h=1.55;//wavelength in µm b1=((2*%pi*n1)/(h*10^-6));//phase propagation constant in m^-1 b2=((2*%pi*n2)/(h*10^-6));//phase propagation constant in m^-1 m=((2*%pi*t)/h)*(sqrt(n1^2-n2^2));//number of modes disp(round(m/2),"number of modes are") disp("part (b)") n1=1.5;//core refractive index n2=1.48;//cladding refrative index t1=10.11;//thickness of guided layer in micro meter t=t1/2; h=1.55;//wavelength in µm b1=((2*%pi*n1)/(h*10^-6));//phase propagation constant in m^-1 b2=((2*%pi*n2)/(h*10^-6));//phase propagation constant in m^-1 mo=(((2*%pi*t1)/h)*(sqrt(n1^2-n2^2)))/2;//number of modes uma0=1.30644;// for m=0 from the curve uma1=2.59574;// for m=1 from the curve uma2=3.83747;// for m=2 from the curve uma3=4.9063;// for m=3 from the curve wma0=4.8263;// for m=0 from the curve wma1=4.27342;// for m=1 from the curve wma2=3.20529;// for m=2 from the curve wma3=0.963466;// for m=3 from the curve um0=uma0/(t*10^-6);//in m^-1 um1=uma1/(t*10^-6);//in m^-1 um2=uma2/(t*10^-6);//in m^-1 um3=uma3/(t*10^-6);//in m^-1 wm0=wma0/(t*10^-6);//in m^-1 wm1=wma1/(t*10^-6);//in m^-1 wm2=wma2/(t*10^-6);//in m^-1 wm3=wma3/(t*10^-6);//in m^-1 bm0=((wm0*t*10^-6)/mo)^2;//for m=0 bm1=((wm1*t*10^-6)/mo)^2;//for m=1 bm2=((wm2*t*10^-6)/mo)^2;//for m=2 bm3=((wm3*t*10^-6)/mo)^2;//for m=3 m0=sqrt((bm0*(b1^2-b2^2))+b2^2);//for m=0 in m^-1 m1=sqrt((bm1*(b1^2-b2^2))+b2^2);//for m=1 in m^-1 m2=sqrt((bm2*(b1^2-b2^2))+b2^2);//for m=2 in m^-1 m3=sqrt((bm3*(b1^2-b2^2))+b2^2);//for m=3 in m^-1 params = [" " "m" "um[m^-1]" "wm[m^-1]" "bm" ]; m = ["0" "1" "2" "3"]'; um = ["um0" "um1" "um2" "um3"]'; wm = string([22.41 11.77 33.41 4.24]'); bm = string([26 19 22 17]'); params = ["m" "um[m^-1]" "wm[m^-1]" "bm" "ßm[m^-1]" ]; city=string([0 1 2 3]'); towns = string([um0 um1 um2 um3]'); country = string([wm0 wm1 wm2 wm3]'); pop = string([bm0 bm1 bm2 bm3]'); temp = string([m0 m1 m2 m3]'); table = [params; [ city towns country pop temp ]] disp(table ,"constants are :")
8602fea46e6a27d5828e802daf5df4fe02db422b
449d555969bfd7befe906877abab098c6e63a0e8
/2939/CH6/EX6.7/Ex6_7.sce
e9d974015478e6cb49465fee129f335f6b5a4a60
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
365
sce
Ex6_7.sce
// Ex6_7 clc; // Given: a1=92;// atomic no. of U a2=42;//atomic no. of Mo a3=56;// atomic no. of Ba // Solution // By principle of equal charge displacement z1=0.5*(a1+a2-a3); printf("\n z1=%f",z1) z2=0.5*(a1-a2+a3-4); printf("\n z2=%f",z2) // From z1 and z2 we have the primary fragments are Y(39), atomic mass(95) and Sb(51), atomic mass (137)
7c2011862adbfd590b666fdf5888d93e3213c48b
449d555969bfd7befe906877abab098c6e63a0e8
/534/CH6/EX6.7/6_7_Evaporative_Cooling.sce
d9ce18e615247e02cda810e816a586a92ad7433a
[]
no_license
FOSSEE/Scilab-TBC-Uploads
948e5d1126d46bdd2f89a44c54ba62b0f0a1f5e1
7bc77cb1ed33745c720952c92b3b2747c5cbf2df
refs/heads/master
2020-04-09T02:43:26.499817
2018-02-03T05:31:52
2018-02-03T05:31:52
37,975,407
3
12
null
null
null
null
UTF-8
Scilab
false
false
991
sce
6_7_Evaporative_Cooling.sce
clear; clc; printf('FUNDAMENTALS OF HEAT AND MASS TRANSFER \n Incropera / Dewitt / Bergman / Lavine \n EXAMPLE 6.7 Page 383 \n'); //Example 6.7 // Steady State Temperature of Beverage //Operating Conditions Tsurr = 40+273; //[K] Surrounding Air Temperature //Volatile Wetting Agent A hfg = 100; //[kJ/kg] Ma = 200; //[kg/kmol] Molecular mass pasat = 5000; //[N/m^2] Saturate pressure Dab = .2*10^-4; //[m^2/s] Diffusion coefficient //Table A.4 Air Properties at T = 300K p = 1.16; //[kg/m^3] Density cp = 1.007; //[kJ/kg.K] Specific Heat alpha = 22.5*10^-6; //[m^2/s] R = 8.314; //[kJ/kmol] Universal Gas Constt //Applying Eqn 6.65 and setting pasurr = 0 // Ts^2 - Tsurr*Ts + B = 0 , where the coefficient B is B = Ma*hfg*pasat*10^-3/[R*p*cp*(alpha/Dab)^(2/3)]; Ts = [Tsurr + sqrt(Tsurr^2 - 4*B)]/2; printf("\n Steady State Surface Temperature of Beverage = %.1f degC", Ts-273); //END